[#75] Fixed authContainer basic acl

Allowed GET operation to OTHERS
(it's need to successfully fetch accessbox).

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
remotes/KirillovDenis/bugfix/681-fix_acl_parsing
Denis Kirillov 2021-06-17 15:38:07 +03:00
parent b86d20265d
commit 78eb1945e3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import (
)
const (
defaultAuthContainerBasicACL uint32 = 0b00111100100011001000110011001100
defaultAuthContainerBasicACL uint32 = 0b00111100100011001000110011001110
containerCreationTimeout = 120 * time.Second
containerPollInterval = 5 * time.Second
)