forked from TrueCloudLab/frostfs-api-go
[#334] pkg/acl: Fix public-read ACL rule
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
aad43354de
commit
63c37709fa
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ const (
|
|||
PrivateBasicRule = 0x1C8C8CCC
|
||||
|
||||
// ReadOnlyBasicRule is a basic ACL value for public-read container.
|
||||
ReadOnlyBasicRule = 0x1FBFBFFF
|
||||
ReadOnlyBasicRule = 0x1FBF8CFF
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue