mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
accessPolicy: Access policy response is not correct.
This commit is contained in:
@@ -25,6 +25,8 @@ const (
|
||||
|
||||
// AccessControlPolicyResponse - format for get bucket acl response
|
||||
type AccessControlPolicyResponse struct {
|
||||
XMLName xml.Name `xml:"http://s3.amazonaws.com/doc/2006-03-01/ AccessControlPolicy" json:"-"`
|
||||
|
||||
AccessControlList struct {
|
||||
Grant []Grant
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user