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

Fixing create_object_upload for namespace buckets #7332

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

jackyalbo
Copy link
Contributor

Explain the changes

  1. We have an issue with multipart upload on Azure namespace. It uses create_object_upload in case we want to save the user's metadata of the blob, as we are doing that only after the file is completed.
    in create_object_upload we were taking for granted that the bucket will have tiering info, which is not true in the case of using namespace.

Issues: Fixed #xxx / Gap #xxx

  1. Fixed https://bugzilla.redhat.com/show_bug.cgi?id=2211704

Testing Instructions:

  1. try to upload a file using s3 client with md
  • Doc added/updated
  • Tests added

Signed-off-by: jackyalbo <jacky.albo@gmail.com>
@jackyalbo jackyalbo merged commit c0ec40f into noobaa:master Jun 8, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants