Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle AWS S3 Re-Authentication via s3.getSignedUrlPromise
AWS credentials have a limited lifespan. If the credentials have expired when you call `s3.getSignedUrl`, the call will fail, although it will eventually succeed after the credentials are refreshed in the background. Calling `s3.getSignedUrlPromise` causes it to wait for the credentials to refresh and then successfully return a signed url.
- Loading branch information