[#341] acl: Define public-append rule

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
remotes/KirillovDenis/master
Leonard Lyubich 2021-09-30 18:39:17 +03:00 committed by Alex Vanin
parent 0117e90e9a
commit ea91004e8a
1 changed files with 3 additions and 0 deletions

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
)