aws s3 presign <path>
Generate a pre-signed URL for an Amazon S3 object. This allows anyone who receives the pre-signed URL to retrieve the S3 object with an HTTP GET request. For sigv4 requests the region needs to be configured explicitly
Arguments
| Name | Description |
|---|---|
path |
Options
| Name | Description |
|---|---|
--expires-in <integer> | Number of seconds until the pre-signed URL expires. Default is 3600 seconds |