-
Notifications
You must be signed in to change notification settings - Fork 21
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
X-Amz-Date header missing or set multiple times #6
Comments
I think you are referring to pre-signed URLs / query parameters as described in https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html Unfortunately this is currently not implemented - only headers are considered at the moment. I'd be happy to review and merge a PR! |
Will see if i find time for it next week, shouldnt be too hard, as you current code looks quite expandable for this on the first glance |
I ran into the same error using the GoodSync client |
We have a Django Application ( Netbox) which uses the Django backend for S3.
This doesnt set headers but instead puts things into the URL which leads to this error:
The text was updated successfully, but these errors were encountered: