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

s3 region: Enable buckets that contain periods in their name for fetc… #5747

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aditya-nambiar
Copy link

@aditya-nambiar aditya-nambiar commented May 10, 2024

…hing region

Which issue does this PR close?

#5748

Closes #.

Rationale for this change

Currently we use the endpoint - let endpoint = format!("https://{}.s3.amazonaws.com", bucket);

This breaks down for buckets that have periods in them, since the certificates dont exist appropriately. By switching to the URL https://s3.amazonaws.com/{}/ we are able to ALSo support buckets with periods

Are there any user-facing changes?

No

@github-actions github-actions bot added the object-store Object Store Interface label May 10, 2024
@tustvold
Copy link
Contributor

Could we possibly get a test for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
object-store Object Store Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants