get-bucket-tagging

Returns the tag set associated with a bucket.

Usage

get-bucket-tagging --bucket <value>

Supported Options

--bucket: Existing bucket name

Example

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

Loading...