You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However this does not fix the problem. Any URLs generated with this will throw a SignatureDoesNotMatch from Amazon.
I've looked for AWS docs on how to generate signed expiring URL's but cant find any.
Any ideas on how to fix this issue?
Cheers
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to generate a temporary URL for a bucket object:
But I get the error:
It looks like the temporary_url method needs to pass the host param to Signature.generate_temporary_url_signature:
However this does not fix the problem. Any URLs generated with this will throw a SignatureDoesNotMatch from Amazon.
I've looked for AWS docs on how to generate signed expiring URL's but cant find any.
Any ideas on how to fix this issue?
Cheers
The text was updated successfully, but these errors were encountered: