...
Field Name | Field Type | Field Dependency | Description |
---|---|---|---|
Label* Default Value: S3 Browser | String | N/A | Specify a unique name for the Snap. |
Bucket* Default Value: N/A
| String/Expression | N/A | Specify or select the S3 bucket name, from where the S3 objects are to be listed. Bucket names are unique globally and can be accessed without its region name in most cases. If you cannot access a bucket name without its region name, the region information can be specified as in the following syntax:
<endpoint> also applies to VPC (Virtual Private Cloud) S3 endpoint. Note: When you enter an incorrect region name, but if the bucket name is valid, AWS S3 service may successfully access the bucket without any error.
|
Prefix Default Value: [None]
| String/Expression | N/A | Specify the prefix of S3 object key names. When you specify the Bucket and Prefix field values and leave default values for the remaining fields, the Snap lists all S3 objects matching the prefix in the bucket. |
Filter Default Value: **
| String/Expression | N/A | Specify the filter the Snap should use internally to list all S3 objects. The Snap first matches the specified bucket and prefix and then applies the filter. A glob pattern of <Prefix> + <Filter> is applied to the entire string of each S3 object key. The glob pattern is defined as follows:
|
Show Advanced Properties Default Value: Deselected | Checkbox | Displays Advanced Properties when you select this checkbox. | Select this checkbox to display the advanced properties. |
Maximum Object Keys Default Value: All | String/Integer/Expression | Appears on selecting Show Advanced Properties checkbox. | Specify the maximum number of object keys at the output view. ‘All’ or an empty field produces all matching object key names. If Delimiter is blank, the Maximum Object Keys are the number of object keys in the first output view plus the number of common prefixes in the second output view irrespective of the the second output view being open or zero. |
Ignore Empty Result Default Value: Selected | Checkbox | Appears on selecting Show Advanced Properties checkbox. | If selected and there is no matching S3 object key, the Snap produces no output document, and if not selected, an empty document. |
Maximum Retries* Default Value: 3 | Integer/Expression | Appears on selecting Show Advanced Properties checkbox. | Specify the maximum number of retry attempts to to perform in case of a temporary network loss. |
Pass Through Default Value: Deselected | Checkbox | Appears on selecting Show Advanced Properties checkbox. | Select this checkbox to pass the input document to the output view as a value under the ' |
Delimiter
| String/Expression | Appears on selecting Show Advanced Properties checkbox. | Specify an optional delimiter that causes to produce object keys that contain the same string between the prefix and the first occurrence of the delimiter. For example, a delimiter '/' causes the Snap to produce a non-recursive object-key listing. |
Snap Execution Default Value: | Dropdown list | N/A | Select one of the three modes in which the Snap executes. Available options are:
|
...
Upload a single JSON file in S3
Copy the file
List the attributes of the objectS3 Object(s) and its attributes
Download the file
Delete the file
...
First, configure key-value pairs containing parameters to pass to this Pipeline during execution.
...
Next, configure the JSON Generator Snap with sample data as follows.
...
Configure the S3 Browser Snap to list the attributes for S3 objects.
Now, configure the S3 Download Snap to download S3 objects.
...
Next, configure the S3 Delete Snap to delete the S3 objects. You can see view the status of the deleted object in the output preview.
Downloads
...