Examples (3)
Generate a pre-signed URL for a specific S3 object that is valid for one hour
aws s3 presign s3://bucket_name/path/to/fileGenerate a pre-signed URL valid for a specific lifetime
aws s3 presign s3://bucket_name/path/to/file --expires-in duration_in_secondsDisplay help
made by @shridhargupta | data from tldr-pages