GetBucketTagging
Returns the tag set associated with the bucket
To use this operation, you must have permission to perform the s3:GetBucketTagging
action. By default, the bucket owner has this permission and can grant this permission to others.
GetBucketTagging
has the following special error:
Error code:
NoSuchTagSet
Description: There is no tag set associated with the bucket.
Request Syntax
URI Request Parameters
The request uses the following URI parameters.
Bucket
The name of the bucket for which to get the tagging information.
Required: Yes
x-amz-expected-bucket-owner
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden
(access denied).
Request Body
The request does not have a request body.
Response Syntax
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in XML format by the service.
Tagging
Root level tag for the Tagging parameters.
Required: Yes
TagSet
Contains the tag set.
Type: Array of Tag data types
Examples
Sample Request
The following request returns the tag set of the specified bucket.
Sample Response
Delete the metric configuration with a specified ID, which disables the CloudWatch metrics with the ExampleMetrics
value for the FilterId
dimension.
Last updated