Amazon S3 · Arazzo Workflow
Amazon S3 Set and Verify Bucket Tags
Version 1.0.0
Write a bucket tag set then read it back to confirm it was stored.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
set-and-verify-bucket-tags
Put a bucket tag set then get it back to confirm.
Applies a tag set to the bucket with PutBucketTagging and confirms it with GetBucketTagging.
1
putTags
PutBucketTagging
Write the tag set to the bucket. S3 responds with 204 No Content on success.
2
getTags
GetBucketTagging
Read the tag set back to confirm the tags were stored on the bucket.