PutBucketTagging
Sets the tags for a bucket
Use tags to organize your Petabox bill to reflect your own cost structure. To do this, sign up to get your Petabox account bill with tag key values included. Then, to see the cost of combined resources, organize your billing information according to resources with the same tag key values. For example, you can tag several resources with a specific application name, and then organize your billing information to see the total cost of that application across several services.
To use this operation, you must have permissions to perform the s3:PutBucketTagging
action. The bucket owner has this permission by default and can grant this permission to others.
PutBucketTagging
has the following special errors:
Error code: InvalidTagError
Description: The tag provided was not a valid tag. This error can occur if the tag did not pass input validation.
Error code: MalformedXMLError
Description: The XML provided does not match the schema.
Error code: OperationAbortedError
Description: A conflicting conditional action is currently in progress against this resource. Please try again.
Error code: InternalError
Description: The service was unable to apply the provided tag to the bucket.
Request Syntax
URI Request Parameters
The request uses the following URI parameters.
Bucket
The bucket name.
Required: Yes
Content-MD5
The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit. For more information, see RFC 1864.
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 accepts the following data in XML format.
Tagging
Root level tag for the Tagging parameters.
Required: Yes
TagSet
A collection for a set of tags
Type: Array of Tag data types
Required: Yes
Response Syntax
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Examples
Sample Request: Add tag set to a bucket
The following request adds a tag set to the existing examplebucket
bucket.
Sample Response
This example illustrates one usage of PutBucketTagging.
Last updated