mirror of
https://github.com/minio/minio.git
synced 2025-02-03 01:46:00 -05:00
Merge pull request #1002 from harshavardhana/access
accessPolicy: Access policy response is not correct.
This commit is contained in:
commit
7187668828
@ -25,6 +25,8 @@ const (
|
|||||||
|
|
||||||
// AccessControlPolicyResponse - format for get bucket acl response
|
// AccessControlPolicyResponse - format for get bucket acl response
|
||||||
type AccessControlPolicyResponse struct {
|
type AccessControlPolicyResponse struct {
|
||||||
|
XMLName xml.Name `xml:"http://s3.amazonaws.com/doc/2006-03-01/ AccessControlPolicy" json:"-"`
|
||||||
|
|
||||||
AccessControlList struct {
|
AccessControlList struct {
|
||||||
Grant []Grant
|
Grant []Grant
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user