Skip to content

Commit

Permalink
Merge pull request #987 from niksis02/fix/getbucketacl-root-tag
Browse files Browse the repository at this point in the history
fix: Changes GetBucketAcl xml response root element from GetBucketAcl…
  • Loading branch information
benmcclelland authored Dec 16, 2024
2 parents 1bfe331 + 847993a commit 59a4eab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auth/acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package auth
import (
"context"
"encoding/json"
"encoding/xml"
"errors"
"fmt"
"strings"
Expand All @@ -39,6 +40,7 @@ type Grantee struct {
}

type GetBucketAclOutput struct {
XMLName xml.Name `xml:"http://s3.amazonaws.com/doc/2006-03-01/ AccessControlPolicy"`
Owner *types.Owner
AccessControlList AccessControlList
}
Expand Down

0 comments on commit 59a4eab

Please sign in to comment.