-
Notifications
You must be signed in to change notification settings - Fork 237
Support v4 signature for s3 #783
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
Comments
JCLOUDS-1594 added support for this by overriding |
It works for downloads, it fails for PUT. The error message from CF is that it doesn't support STREAMING-AWS4-HMAC-SHA256-PAYLOAD . Seems it should use UNSIGNED-PAYLOAD, do you know if this can be enabled in jclouds? |
Unfortunately no and jclouds is a dead dependency. Please document what works today in the wiki and report a bug against Cloudflare. |
I additionally added a comment here: https://github.com/gaul/s3proxy/wiki/Storage-backend-examples#s3-compatible-dreamobjects-etc The idea of non-version controlled docs (Wiki) feels a bit iffy to me / I am new to GH wiki. Any chance someone could sanity-check the section I added for accuracy? @Ismael @gaul |
Currently Cloudflare R2 requires SigV4 for auth. I haven't found a way to set that up. Can this be added?
The text was updated successfully, but these errors were encountered: