aws s3api get-bucket-tagging

From wikieduonline
Jump to navigation Jump to search

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/get-bucket-tagging.html

 aws s3api get-bucket-tagging --bucket your_bucket_name
aws s3api get-bucket-tagging --bucket your_bucket_name
An error occurred (NoSuchTagSet) when calling the GetBucketTagging operation: The TagSet does not exist


aws s3 ls  | awk '{print $3}' | parallel "echo {}; aws s3api get-bucket-tagging --bucket {}"


Related[edit]

See also[edit]

Advertising: