Browse Source

fix PutObjectTaggingHandler Unmarshal

pull/2390/head
Konstantin Lebedev 3 years ago
parent
commit
0b834600d5
  1. 2
      weed/s3api/tags.go

2
weed/s3api/tags.go

@ -14,7 +14,7 @@ type TagSet struct {
} }
type Tagging 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"` TagSet TagSet `xml:"TagSet"`
} }

Loading…
Cancel
Save