Amazon S3 · Arazzo Workflow
Amazon S3 Copy Object Between Keys
Version 1.0.0
Confirm a source object exists, copy it to a destination, and verify the copy.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
copy-object
Server-side copy an object from a source key to a destination key.
Verifies the source object, copies it with CopyObject, and verifies the destination object was created.
1
headSource
HeadObject
Confirm the source object exists before attempting the server-side copy.
2
copyObject
CopyObject
Perform the server-side copy to the destination key using the x-amz-copy-source header.
3
headDestination
HeadObject
Confirm the destination object now exists, completing the copy verification.