Download Object

Download an object in a specified AWS S3 bucket.

Options

Field Definition Type Required

Region

Region for your AWS S3 bucket.

Choose a region for your AWS S3 bucket.

Dropdown TRUE

Input

Field Definition Type Required

Options

Bucket

Bucket name of the bucket containing the object.

Text TRUE

Key

Key name of the object to download.

Text TRUE

Version ID

Version ID used to reference a specific version of the object to download.

If the version ID is null enter the string value, null.

Text FALSE

Expected Bucket Owner

Account ID of the expected bucket owner.

If a different account owns the source bucket, the request fails with an HTTP 403 (Access Denied) error.

Text FALSE

Request Payer

Confirms that the requester knows that they will be charged for the request.

Bucket owners need not specify this parameter in their requests.

Dropdown FALSE

Server Side Encryption Customer Algorithm

Specifies the algorithm to use to when encrypting the object (for example, AES256).

Text FALSE

Server Side Encryption Customer Key

Specifies the customer-provided encryption key for AWS S3 used to encrypt the data.

This value is used to decrypt the object when recovering it and must match the one used when storing the data.

The key must be appropriate for use with the algorithm specified in SSE Customer Algorithm.

Text FALSE

Server Side Encryption Customer Key MD5

Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.

Text FALSE

If Match

Downloads the object if its entity tag (ETag) matches the specified tag.

Text FALSE

If Modified Since

Downloads the object if it has been modified since the specified time.

For example, Fri, 14 Jan 2022 23:34:36 GMT.

Text FALSE

If None Match

Downloads the object if its entity tag (ETag) is different than the specified ETag.

Text FALSE

If Unmodified Since

Downloads the object if it hasn't been modified since the specified time.

For example: Fri, 14 Jan 2022 23:34:36 GMT.

Text FALSE

Output

Field Definition Type

Response

File Content

Pointer to the content of the downloaded object.

File