Amazon S3 · Arazzo Workflow
Amazon S3 Apply and Verify a Bucket ACL
Version 1.0.0
Set a bucket access control policy then read it back to confirm.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
set-and-verify-bucket-acl
Put a bucket ACL then get it back to confirm.
Applies an AccessControlPolicy to the bucket with PutBucketAcl and confirms it with GetBucketAcl.
1
putAcl
PutBucketAcl
Write the access control policy to the bucket using owner and grant details.
2
getAcl
GetBucketAcl
Read the ACL back to confirm the owner and grants are now in effect on the bucket.