Generate pre-signed URLs for Amazon S3 objects. More information: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/presign.html.
aws s3 presign s3://bucket_name/path/to/file
aws s3 presign s3://bucket_name/path/to/file --expires-in duration_in_seconds
aws s3 presign help