Skip to content

GH-38663: [C++] Add support for service-specific endpoint for S3 using AWS_ENDPOINT_URL_S3#39160

Merged
pitrou merged 2 commits intoapache:mainfrom
messense:s3-fs-service-specific-endpoint-url
Jan 8, 2024
Merged

GH-38663: [C++] Add support for service-specific endpoint for S3 using AWS_ENDPOINT_URL_S3#39160
pitrou merged 2 commits intoapache:mainfrom
messense:s3-fs-service-specific-endpoint-url

Conversation

@messense
Copy link
Copy Markdown
Member

@messense messense commented Dec 10, 2023

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

@github-actions github-actions bot added the awaiting review Awaiting review label Dec 10, 2023
@github-actions
Copy link
Copy Markdown

⚠️ GitHub issue #38663 has been automatically assigned in GitHub to PR creator.

@messense
Copy link
Copy Markdown
Member Author

Ping @pitrou can you take a look? Thanks!

Copy link
Copy Markdown
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay @messense ! I've updated the doc, otherwise this LGTM.

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Jan 8, 2024
@pitrou pitrou merged commit 1362122 into apache:main Jan 8, 2024
@pitrou pitrou removed the awaiting committer review Awaiting committer review label Jan 8, 2024
@conbench-apache-arrow
Copy link
Copy Markdown

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 1362122.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request 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 <messense@icloud.com>
Co-authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++] Support service-specific endpoint for S3 using AWS_ENDPOINT_URL_S3

2 participants