Amazon S3 · Arazzo Workflow
Amazon S3 Conditional Download of an Object
Version 1.0.0
HEAD an object to read its ETag, then GET it only when it is present.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
conditional-download-object
HEAD then GET an object, downloading only when it exists.
Probes an object with HeadObject and downloads it with GetObject only when the HEAD reports it is present.
1
headObject
HeadObject
HEAD the object to learn its ETag and size before deciding to download.
2
getObject
GetObject
Download the full object body now that the HEAD confirmed it exists.