Skip to main content

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

ParameterDescription
AWS RegionEnter the desired AWS Region.
BucketThe bucket name to which the GetObject or PutObject action was initiated.
ExpiryThe expiration time in minutes.
For more information, see Expiration time for presigned URLs.
KeyObject key for which the GetObject or PutObject action was initiated.
OperationThe pre-signed URL method on the object.

Advanced Parameters

ParameterDescription
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.

Automation Library Example

Create Presigned Url with Aws and Send Results Via Email

Automation LibraryPreview this Automation on desktop