Skip to content

Commit

Permalink
fix: remove extraneous xmlns for CompletePart (#1732)
Browse files Browse the repository at this point in the history
fixes #1731
  • Loading branch information
harshavardhana committed Nov 29, 2022
1 parent df55ede commit ae782d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api-s3-datatypes.go
Expand Up @@ -316,8 +316,6 @@ type completeMultipartUploadResult struct {
// CompletePart sub container lists individual part numbers and their
// md5sum, part of completeMultipartUpload.
type CompletePart struct {
XMLName xml.Name `xml:"http://s3.amazonaws.com/doc/2006-03-01/ Part" json:"-"`

// Part number identifies the part.
PartNumber int
ETag string
Expand Down

0 comments on commit ae782d9

Please sign in to comment.