Create PreSigned URL
Generate a pre-signed URL for an Amazon S3 GetObject
or PutObject
operation.
A pre-signed URL allows you to grant temporary access to users who don’t have permission to directly run AWS operations in your account. A pre-signed URL is signed with your credentials and can be used by any user. For more information, see Working with presigned URLs.
Basic Parameters
Parameter | Description |
---|---|
AWS Region | Enter the desired AWS Region. |
Bucket | The bucket name to which the GetObject or PutObject action was initiated. |
Expiry | The expiration time in minutes.For more information, see Expiration time for presigned URLs. |
Key | Object key for which the GetObject or PutObject action was initiated. |
Operation | The pre-signed URL method on the object. |
Advanced Parameters
Parameter | Description |
---|---|
Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
Workflow Library Example
Create Presigned Url with Aws and Send Results Via Email
Preview this Workflow on desktop