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

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-08-26 11:19:41 +03:00 committed by Alex Vanin
parent aad43354de
commit 63c37709fa

View file

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