forked from TrueCloudLab/frostfs-s3-gw
[#540] Do not set sticky bit in authmate container
In public containers sticky bit allows to limit ownership of the objects by request authors. In private or public-read containers it doesn't make any sense so sticky bit is redundant there. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
5dd658302d
commit
685a5f0ce8
1 changed files with 0 additions and 1 deletions
|
@ -543,7 +543,6 @@ func (x *AuthmateNeoFS) CreateContainer(ctx context.Context, prm authmate.PrmCon
|
|||
basicACL := acl.Private
|
||||
// allow reading objects to OTHERS in order to provide read access to S3 gateways
|
||||
basicACL.AllowOp(acl.OpObjectGet, acl.RoleOthers)
|
||||
basicACL.MakeSticky()
|
||||
|
||||
return x.neoFS.CreateContainer(ctx, layer.PrmContainerCreate{
|
||||
Creator: prm.Owner,
|
||||
|
|
Loading…
Reference in a new issue