S3CopyFile

Description

This activity copies a file from a bucket in AWS S3 to another one.


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 source bucket

FileName InArgument<String> REQUIRED

The name of the source file.

NewBucketName InArgument<String> REQUIRED

The name of the destination bucket

NewFileName InArgument<String> REQUIRED

The name of the destination 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.