diff --git a/pkg/acl/types.go b/pkg/acl/types.go index a83c8c8..6a7b428 100644 --- a/pkg/acl/types.go +++ b/pkg/acl/types.go @@ -9,4 +9,7 @@ const ( // ReadOnlyBasicRule is a basic ACL value for public-read container. ReadOnlyBasicRule = 0x1FBF8CFF + + // PublicAppendRule is a basic ACL value for public-append container. + PublicAppendRule = 0x1FBF9FFF )