put-bucket-tagging

Sets the tags for a bucket.

Usage

put-bucket-tagging --bucket <value> --tagging <value>

Supported Options

--bucket: Bucket name
--tagging: Key value pairs for the tag set

Example

aws s3api put-bucket-tagging --endpoint http://<hostname>:<port_number> --profile testuser1 --bucket example_bucket --tagging 'TagSet=[{Key=company,Value=commvault}]'

Loading...