S3RenameFile

Description

This activity changes the name a file saved in 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 renamed is.

FileName InArgument<String> REQUIRED

The name of the file to be renamed.

NewFileName InArgument<String> REQUIRED

The new name to give to the specified 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.