S3 Tags Instructions
Introduction
When using the Bucket to store files, you can categorize the stored content using tags. Each tag is a key-value pair that you can add to a file when uploading it or add to already uploaded files. You can also query tags using the bucket and file name (Keyname). This method is compatible with AWS S3. For more detailed information about tags, please refer to AWS S3 Tag.
Example
Uploading a file and adding tags
Adding tags to existing files
Requesting the corresponding tag through the bucket and filename
Field descriptions
Container for the TagSet and Tag elements
Tagging type:map
A collection of a set of tags
TagSet (required): Array<map>
Name of the object key
Key (required) type: String
Value of the tag
Value (required) type: String
The key and value are case-sensitive. For more information about tag limitations, please refer to User-Defined Tag Restrictions.
Last updated