-
Notifications
You must be signed in to change notification settings - Fork 78
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 Express support #231
Comments
This is one likely obstacle:
Ref: https://aws.amazon.com/s3/storage-classes/express-one-zone/ |
The readOnly s3backer mount works fine on S3 Express, without the CreateSession. |
Hmm, ok thanks. Then I'm not sure how to interpret |
@archiecobbs
|
S3 Express is a new-ish s3 type of bucket which has better latency than the normal S3 buckets. As far as I can tell, there are some limitations and differences in REST API that make it incompatible with s3backer.
I was able to make it work only in readOnly mode, with a volume copied from a normal bucket, using this s3backer command:
When trying to create a new s3backer volume or even mount read-write, using the same parameters, it doesn't seem to be able to write anything, despite the instance role having full s3 and s3express access, with the PUT requests failing with a
501 Not Implemented
error. From the --debug-http output:The text was updated successfully, but these errors were encountered: