get-bucket-acl

Returns the access control list (ACL) of a bucket.

Usage

get-bucket-acl --bucket <value>

Supported Options

--bucket: Bucket name

Example

aws s3api get-bucket-acl --endpoint http://<hostname>:<port_number> --profile testuser1 --bucket example_bucket

Loading...