Skip to content

Commit

Permalink
fix typo in AccessControlList struct tag (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavacava committed Oct 17, 2021
1 parent 3b57c1e commit f019966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type MetadataEntry struct {

// S3 holds properties of the copy of the archived object
type S3 struct {
AccessControlList *AccessControlList `xml:"AccessControlList,omiempty"`
AccessControlList *AccessControlList `xml:"AccessControlList,omitempty"`
BucketName string
Prefix string
CannedACL *string `xml:"CannedACL,omitempty"`
Expand Down

0 comments on commit f019966

Please sign in to comment.