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

Support a ''Region'' qualifier in S3 profiles #8322

Closed
cyberduck opened this issue Nov 11, 2014 · 3 comments
Closed

Support a ''Region'' qualifier in S3 profiles #8322

cyberduck opened this issue Nov 11, 2014 · 3 comments
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

6bc7c75 created the issue

A derivative issue of Ticket [7967].


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In e4de4f8.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The use of this feature is inherently inefficient due to the additional region lookup with a GET ?location request required. The bucket location is not known from the ListAllBuckets XML response.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

To test this feature, please update to the latest snapshot build available. Modify the generic HTTPS S3 profile adding a Region qualifier like

		<key>Region</key>
		<string>eu-central-1</string>

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants