Skip to main content

Copy File

Overview


Copy a file in S3 to a new key.

Input

S3 Copy

NameRequiredDescription
ConnectionAWS Connection.

Source

NameRequiredDescription
Source S3 BucketThe name of the S3 bucket where the file exists.
Source Object KeyThe key name for the file within the source S3 bucket. e.g. prefix/file-name.file

Destination

NameRequiredDescription
Destination S3 BucketThe name of the S3 bucket where the file will be copied to.
Destination Object KeyThe key in the destination S3 bucket which may include a file name change. e.g. prefix/new-file-name.file

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.
Original Key
New Key