diff --git a/internal/neofs/neofs.go b/internal/neofs/neofs.go index 714b9423..483b7b84 100644 --- a/internal/neofs/neofs.go +++ b/internal/neofs/neofs.go @@ -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,