fix PutObjectTaggingHandler Unmarshal

This commit is contained in:
Konstantin Lebedev 2021-10-20 17:58:06 +05:00
parent c78220a7f2
commit 0b834600d5

View File

@ -14,7 +14,7 @@ type TagSet struct {
}
type Tagging struct {
XMLName xml.Name `xml:"http://s3.amazonaws.com/doc/2006-03-01/ Tagging"`
XMLName xml.Name `xml:"Tagging"`
TagSet TagSet `xml:"TagSet"`
}