-
Notifications
You must be signed in to change notification settings - Fork 823
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 S3 Express One Zone #5140
Comments
Some experience:
I believe we don’t need to do any code changes. Only documentation need to add some content for the detailed behavior. |
what is the convention for the endpoint? |
I thought it was just using virtual hosted style buckets, which we already support? We also don't support delimiters other than |
yeah, when i try things out as is i get some error coming from CreateSession |
Yep, we already support it. The endpoint will be something like
It's more strict than that: the path to list must be endswith { code: "InvalidRequest", message: "This bucket does not support a prefix that does not end in a delimiter. Specify a prefix path ending with a delimiter and try again.", resource: "", request_id: "0033eada6b00018c5b6963200408d9d6e63702f8" } |
We always add |
Oh, seems I misunderstood something here. So |
No, list_with_delimiter should prepend a trailing / to the prefix provided and therefore |
|
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
AWS recently announced support for S3 Express One Zone - https://aws.amazon.com/blogs/aws/new-amazon-s3-express-one-zone-high-performance-storage-class/
Describe the solution you'd like
Documentation is currently incomplete, but once sufficient information is available we should add support for this
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: