Amazon S3 · Arazzo Workflow
Amazon S3 Enable Versioning Then Store an Object
Version 1.0.0
Turn on bucket versioning, confirm it, then write a versioned object.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
enable-versioning-and-put-object
Enable versioning, verify it, then upload a versioned object.
Sets the bucket versioning state to Enabled, confirms the state with a GET, and writes an object that is captured as a new version.
1
enableVersioning
PutBucketVersioning
Set the bucket versioning state to Enabled via a VersioningConfiguration body.
2
confirmVersioning
GetBucketVersioning
Read the versioning configuration back to confirm the bucket now reports the Enabled status.
3
putObject
PutObject
Upload the object; because versioning is enabled the write is captured as a new version and a version id is returned.