Renew PresignedURL after expired #5647
Unanswered
tegarmonster
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using library @aws-sdk/s3-request-presigner for create presignedURL, and that works.. the url is generated, also I set the expiry time is 7 day from time created..
my question is how to re-create url presignedURL if expired after 7 day?
I already know to check the URL expiry time in my application, but I don't know yet how to renew the existing presignedURL
Beta Was this translation helpful? Give feedback.
All reactions