# Functions
MapToBucketTags converts an input map of key and value into *Tags data structure with validation.
MapToObjectTags converts an input map of key and value into *Tags data structure with validation.
NewTags creates Tags from tagMap, If isObject is set, it validates for object tags.
Parse decodes HTTP query formatted string into tags which is limited by isObject.
ParseBucketXML decodes XML data of tags in reader specified in https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html#API_PutBucketTagging_RequestSyntax.
ParseObjectTags decodes HTTP query formatted string into tags.
ParseObjectXML decodes XML data of tags in reader specified in https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html#API_PutObjectTagging_RequestSyntax.
# Interfaces
Error contains tag specific error.
# Type aliases
Tags is list of tags of XML request/response as per https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html#API_GetBucketTagging_RequestBody.