Skip to content

Commit

Permalink
fix: add XMLName to InitiateMultipartUploadResult for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcclelland committed Aug 27, 2024
1 parent d79f978 commit e1c2945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3response/s3response.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ type OwnershipControls struct {
}

type InitiateMultipartUploadResult struct {
XMLName xml.Name `xml:"http://s3.amazonaws.com/doc/2006-03-01/ InitiateMultipartUploadResult" json:"-"`
Bucket string
Key string
UploadId string
Expand Down

0 comments on commit e1c2945

Please sign in to comment.