package
7.0.87
Repository: https://github.com/minio/minio-go.git
Documentation: pkg.go.dev

# 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.

# Structs

Tag denotes key and value.

# 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.