Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure bug fixing #623

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Azure bug fixing #623

merged 1 commit into from
Jun 11, 2024

Conversation

mlt180
Copy link
Contributor

@mlt180 mlt180 commented Jun 11, 2024

Azure backend bug fixing.

Azure backend incompatible parts with AWS are listed below:

  1. Multipart Upload: Multipart upload starts with UploadPart action, which causes some tests to fail.
  2. UploadPartCopy: StageBlockFromURL (azure sdk) method is used to handle UploadPartCopy action, which returns NotImplemented on azurite.
  3. ListObjects(V2) doesn't support delimiter.
  4. ListBuckets doesn't return all the buckets for admin/root users, only the ones owned by the requester.

@benmcclelland benmcclelland merged commit 034feb7 into main Jun 11, 2024
11 checks passed
@benmcclelland benmcclelland deleted the azure-bug-fixing branch June 11, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants