S3DownloadFile

Description

This activity downloads a file from a bucket in AWS S3.


AWS Credentials

AccessKey InArgument<String> REQUIRED

The access key for Amazon AWS authentication.

SecretKey InArgument<String> REQUIRED

The secret key for Amazon AWS authentication.


File

BucketName InArgument<String> REQUIRED

The name of the bucket where the file to be downloaded is saved.

FileName InArgument<String> REQUIRED

The name of the file to be downladed.


Output

The downloaded file.


Settings

RegionEndpoint EAWSRegionEndpoint

An AWS Region is a collection of AWS resources in a geographic area. Each AWS Region is isolated and independent of the other Regions.

Have a look to AWS official page for more informations.