[#334] pkg/acl: Fix public-read ACL rule

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
support/v2.15
Pavel Karpy 2021-08-26 11:19:41 +03:00 committed by Alex Vanin
parent aad43354de
commit 63c37709fa
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ const (
PrivateBasicRule = 0x1C8C8CCC
// ReadOnlyBasicRule is a basic ACL value for public-read container.
ReadOnlyBasicRule = 0x1FBFBFFF
ReadOnlyBasicRule = 0x1FBF8CFF
)