-
-
Notifications
You must be signed in to change notification settings - Fork 15
[Merged by Bors] - Add pathStyleAccess to S3ConnectionSpec #401
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
Conversation
bd18f4f
to
cb78e50
Compare
cb78e50
to
dd2cdb9
Compare
I think the main question is: What is the default value? ;)
So i guess we should default to true for maximum portability |
And i still can't get around that the bool is optional and not just simply defaulting to true (or false). |
I think pathstyle access will be deprecated at some point? Not sure for every provider, at least for AWS. So for now i would default to true, but still use it in every example and set it explicitly. |
Sounds good 👍 |
I think it makes sense that each operator does it on its own. When setting that you can just have an unwrap_or() with the default best suited for the operator. |
We agreeded on:
|
We agreed (second time) on
|
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.
bors merge |
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors retry |
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors cancel |
bors merge |
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors merge |
Stopped waiting for PR status (Github check) without running due to duplicate requests to run. You may check Bors to see that this PR is included in a batch by one of the other requests. |
## Description `pathStyleAccess` added to `commons::s3::S3ConnectionSpec` Co-authored-by: Malte Sander <[email protected]>
Pull request successfully merged into main. Build succeeded: |
Description
pathStyleAccess
added tocommons::s3::S3ConnectionSpec
Review Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information