S3 Presigned URL getting expired within 1 hour #3171
Unanswered
DeweshTiwari
asked this question in
Q&A
Replies: 1 comment
-
If you are using temporary credentials to generate the presigned url, check if they expire in one hour. The actual expiration of a presigned url is the minimum between the credentials and the presigned url expiration time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have certain files at S3 bucket, and generating presigned url programmatically to access those files , Even though i am setting expire time as 7 hours (setting correctly as X-Amz-Expires = 25200 ) it is getting expired after an hour .
Beta Was this translation helpful? Give feedback.
All reactions