s3: sync bucket info from filer (#3759)
This commit is contained in:
8
weed/s3api/s3_constants/acp_grantee_group.go
Normal file
8
weed/s3api/s3_constants/acp_grantee_group.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package s3_constants
|
||||
|
||||
//Amazon S3 predefined groups
|
||||
var (
|
||||
GranteeGroupAllUsers = "http://acs.amazonaws.com/groups/global/AllUsers"
|
||||
GranteeGroupAuthenticatedUsers = "http://acs.amazonaws.com/groups/global/AuthenticatedUsers"
|
||||
GranteeGroupLogDelivery = "http://acs.amazonaws.com/groups/s3/LogDelivery"
|
||||
)
|
||||
Reference in New Issue
Block a user