Skip to main content

Amazon S3: Download Folder

Description

Amazon S3: Download Folder plugin step downloads a single folder (object) from a bucket on Amazon S3.

Reference

Known issues

  • If an empty folder that is folder that does not contain any file is given, it will execute the workflow, but nothing will be downloaded.
  • If the internet connection is disconnected in the middle of downloading a folder, the contents will be partially downloaded to the point where the internet was disconnected.
  • The plugin executes successfully and does not throw any error for the object, which is not present.

Configurations

Field NameDescription
Step NameSpecify a unique name for the step.
Connection tab:For the Amazone S3 connection fields details, click Common Tab: Connection Fields
INPUT tab:Input fields
Bucket NameSpecify the name of the S3 bucket from where the object is to be downloaded.
The data type is String. This field is mandatory.
GetClick the button to populate the list of available Buckets.
Key NameThe object name that is to be downloaded. It downloads a single object(folder).
The data type is String. This field is mandatory.
Notes:
- The Key Name field is the Object’s Key name.
- If the ''null'' value is given in Key Name, all the contents in the given bucket will be downloaded.
Output Folder PathFolder path to download a folder at the given location.
The data type is String. This field is mandatory.
BrowseTo browse the folder path to download a folder from Amazon S3.
ADDITIONAL INPUT tab:Additional Input fields
Delete Output Folder Contents Before DownloadingSpecify Yes to delete output folder contents before downloading else specify No.
Allowed values: Yes, No. The default value is No.
The data type is String.