Copy File
Copy a file in S3 to a new key.

Input
S3 Copy
| Name | Required | Description |
|---|---|---|
| Connection | AWS Connection. |
Source
| Name | Required | Description |
|---|---|---|
| Source S3 Bucket | The name of the S3 bucket where the file exists. | |
| Source Object Key | The key name for the file within the source S3 bucket. e.g. prefix/file-name.file |
Destination
| Name | Required | Description |
|---|---|---|
| Destination S3 Bucket | The name of the S3 bucket where the file will be copied to. | |
| Destination Object Key | The key in the destination S3 bucket which may include a file name change. e.g. prefix/new-file-name.file |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. | |
| Original Key | ||
| New Key |