Create a temporary signed download URL for an object.
Section: S3API Object Commands
Generate a presigned URL
bash
bash
aws s3 presign s3://my-bucket/reports/monthly.pdf --expires-in 3600Explanation
Useful for secure, time-limited sharing without changing bucket policies.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing S3API Object Commands