-
Notifications
You must be signed in to change notification settings - Fork 520
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
Remove s3 bucket creation #404
Conversation
Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
This is great thank you. A couple thoughts:
|
Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
Thank you for taking the time to review :)
|
Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
@mdisibio In theory, the Minio example should work b/c here:
When we create the new folder, we're creating a new bucket too. |
Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @dgzlopes!
Hi guys, the There are many s3-compatible object stores that rely on this field when calculating signatures, and their endpoint is completely different from s3. For example, Baidu's object store https://cloud.baidu.com/doc/BOS/s/xjwvyq9l4 |
What this PR does:
Removes the code that creates the S3 bucket.
Which issue(s) this PR fixes:
Fixes #401
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]