Amazon S3 · Arazzo Workflow
Amazon S3 Move an Object
Version 1.0.0
Copy an object to a new key, verify it, then delete the original.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
move-object
Copy an object to a new key, confirm it, then delete the source.
Performs a copy-then-delete move; the source is only removed after the destination copy is confirmed to exist.
1
copyObject
CopyObject
Server-side copy the source object to the destination key.
2
confirmDestination
HeadObject
HEAD the destination key to confirm the copy succeeded before removing the source.
3
deleteSource
DeleteObject
Delete the source object now that the destination copy is confirmed, completing the move.