-
-
Notifications
You must be signed in to change notification settings - Fork 864
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
Backend boto3 and signature v4 #203
Comments
+1, this still seems to be an issue when dealing with |
same issue here I can't use s3v4 signatures wether I use both or boto3, if anyone has an idea, your help is welcome. |
See my comment here: This worked for me. |
@sdeleeuw thanks Your comment about |
@gyermolenko @sdeleeuw I created a small documentation patch to help other user that encounter the same issue. |
Anyone opposed to switching |
just for info: Signature Version 4 is the current AWS signing protocol. |
I have this configuration & I still have the following error, am I missing something? |
@Arlefreak could you please specify versions of boto/boto3, storages? |
|
@Arlefreak
|
I don't get any error uploading a file using the boto3 client directly |
I have opened #335 which change the default signature version for boto3. I'm seeing a lot of conufsion in this thread with things like If you could look at #335 before I merge it in the morning and let me know if it doesn't fix anyone's problem that would be wonderful. |
Thanks @sdeleeuw |
using SDK 3.58.0 and getting [signature_version] => s3v4. |
You're a lifesaver! Thank you! |
Unfortunately that update broke things. However it will become the default in a future release, there needs to be a warning first though. |
I'm trying to use S3 with django-storages==1.5.0 and boto3==1.4.0, but I still have the same issue as with boto. Errors regarding the signature :
My conf :
If someone has the solution, it would be a pleasure to create a merge request to update the documentation regarding this point.
The text was updated successfully, but these errors were encountered: