-
Notifications
You must be signed in to change notification settings - Fork 13
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 Uploader: Authorization mechanism ... is not supported. Please use AWS4-HMAC-SHA256. #13
Comments
An alternative would be to fire the S4 Put operation on our own and sign the request with Here is the PutObject-Operation of the official golang sdk from AWS. Are you open for such a change? |
This is pretty messy.
Ceph and many other systems are still v2, AWS itself is v4. I guess we'll have to split s3 uploader into two: official one + goamz for ceph and friends. |
Only 2 AWS regions right now rely on v4 signatures: cn-north-1 and eu-central-1 (+ all newer regions). If you are talking about S3 on Ceph you are talking about http://docs.ceph.com/docs/master/radosgw/s3/ ? I like your idea about the two cases split. |
I'll take a look, hopefully this week. Thanks for bringing this up. |
I run into the following issue:
This seems to be related to goamz/goamz#118
The text was updated successfully, but these errors were encountered: