seaweedfs/weed/s3api/s3_constants/acp_grantee_type.go

8 lines
180 B
Go
Raw Normal View History

package s3_constants
var (
GrantTypeCanonicalUser = "CanonicalUser"
GrantTypeAmazonCustomerByEmail = "AmazonCustomerByEmail"
GrantTypeGroup = "Group"
)