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. String TRUE
Key Key name of the object to download. String 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. String FALSE
Expected Bucket Owner Account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error. String 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). String 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. String FALSE
Server Side Encryption Customer Key MD5 Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. String FALSE
If Match Downloads the object if its entity tag (ETag) matches the specified tag. String 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.

String FALSE
If None Match Downloads the object if its entity tag (ETag) is different than the specified ETag. String 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. String FALSE

Output

Field Definition Type
Response
File Content Pointer to the content of the downloaded object. File

Related topics

AWS S3 connector

Workflow elements

AWS S3 Rest API overview