delete-bucket-tagging

Deletes all tags for a bucket.

Usage

delete-bucket-tagging --bucket <value>

Supported Options

--bucket: Existing bucket name

Example

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

Loading...