[#341] acl: Define public-append rule

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-09-30 18:39:17 +03:00 committed by Alex Vanin
parent 0117e90e9a
commit ea91004e8a

View file

@ -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
)