-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[C++] Support service-specific endpoint for S3 using AWS_ENDPOINT_URL_S3
#38663
Comments
messense
changed the title
Support service-specific endpoint for S3 using
[C++] Support service-specific endpoint for S3 using Nov 10, 2023
AWS_ENDPOINT_URL_S3
AWS_ENDPOINT_URL_S3
@messense Sorry for the delay! Yes, this sounds fine to me, feel free to submit a PR. |
pitrou
added a commit
that referenced
this issue
Jan 8, 2024
…g `AWS_ENDPOINT_URL_S3` (#39160) ### Rationale for this change See #38663 ### What changes are included in this PR? set variable `endpoint_override` according the environment variable, prefer service-specific endpoint url over global endpoint url. ### Are these changes tested? unittest ### Are there any user-facing changes? No * Closes: #38663 Lead-authored-by: messense <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
clayburn
pushed a commit
to clayburn/arrow
that referenced
this issue
Jan 23, 2024
…3 using `AWS_ENDPOINT_URL_S3` (apache#39160) ### Rationale for this change See apache#38663 ### What changes are included in this PR? set variable `endpoint_override` according the environment variable, prefer service-specific endpoint url over global endpoint url. ### Are these changes tested? unittest ### Are there any user-facing changes? No * Closes: apache#38663 Lead-authored-by: messense <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…3 using `AWS_ENDPOINT_URL_S3` (apache#39160) ### Rationale for this change See apache#38663 ### What changes are included in this PR? set variable `endpoint_override` according the environment variable, prefer service-specific endpoint url over global endpoint url. ### Are these changes tested? unittest ### Are there any user-facing changes? No * Closes: apache#38663 Lead-authored-by: messense <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
zanmato1984
pushed a commit
to zanmato1984/arrow
that referenced
this issue
Feb 28, 2024
…3 using `AWS_ENDPOINT_URL_S3` (apache#39160) ### Rationale for this change See apache#38663 ### What changes are included in this PR? set variable `endpoint_override` according the environment variable, prefer service-specific endpoint url over global endpoint url. ### Are these changes tested? unittest ### Are there any user-facing changes? No * Closes: apache#38663 Lead-authored-by: messense <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html
#36791 added support for
AWS_ENDPOINT_URL
, I propose to also add support forAWS_ENDPOINT_URL_S3
.I can contribute a patch if this is an acceptable feature.
Component(s)
C++
The text was updated successfully, but these errors were encountered: