forked from TrueCloudLab/frostfs-s3-gw
[#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>
This commit is contained in:
parent
b86d20265d
commit
78eb1945e3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
defaultAuthContainerBasicACL uint32 = 0b00111100100011001000110011001100
|
||||
defaultAuthContainerBasicACL uint32 = 0b00111100100011001000110011001110
|
||||
containerCreationTimeout = 120 * time.Second
|
||||
containerPollInterval = 5 * time.Second
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue