How to Presign an S3 URL in AWS using AWS CLI
You can use the AWS CLI to presign URLs so that objects in S3 can be shared publicly even if they are set as private.
Presigned URLs are great for sharing private files in an S3 bucket
|
|
This can also be coupled with an expiry duration:
|
|