Amazon S3 · Arazzo Workflow
Amazon S3 Archive an Object to a Cold Storage Class
Version 1.0.0
Copy an object into an archival storage class then delete the hot original.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
archive-object
Copy an object into an archival storage class then remove the hot copy.
Rewrites an object into a colder storage class via CopyObject, confirms it, and deletes the original object.
1
copyToArchive
CopyObject
Server-side copy the object to the archive key while setting the cold storage class.
2
confirmArchive
HeadObject
HEAD the archived object to confirm it exists before removing the original.
3
deleteOriginal
DeleteObject
Delete the original hot-tier object now that the archived copy is confirmed.