DownloadFileFromS3

DownloadFileFromS3

What to use it for

Prerequisites for usage

Essential properties to set

Activity for downloading files from Amazon's S3 cloud storage.

 Account credentials to access Amazon S3.
  • Local path
  • User name
  • Password
  • Bucket name
  • Remote path

Misc

PropertyWhat is itHow to use it
Local pathThe path to the folder where you want to store the downloaded files.Enter an absolute file path.

Access key id

The user name required to access the S3 bucket.Enter the user name, an alphanumeric text string.

Secret access key

The password required to access the S3 bucket.Enter the password.

Bucket name

The name of the S3 bucket where you want to get your file.Enter the bucket name.

Remote path

The location and name for the file, in the S3 bucket. This is a virtual path.
  • In theory you can enter anything alphanumerical.
  • In practice it is recommended that you implement a virtual tree structure on Azure, to upload files to.
  • Recommended: Provide a relative path for saving the file.
Display nameName of the Activity.Leave at default, or edit the name to reflect what file should be downloaded.
OverwriteIndicate whether to overwrite an existing file in case the downloaded file carries the same name.
  • Uncheck - Do not overwrite existing files (default)
  • Check - Overwrite existing files.

 

 

All Amazon S3 Activities

 

Related cloud storage Activities