diff --git a/satellite/metainfo/endpoint_object.go b/satellite/metainfo/endpoint_object.go index 05b0ea482..4073a79d0 100644 --- a/satellite/metainfo/endpoint_object.go +++ b/satellite/metainfo/endpoint_object.go @@ -1764,14 +1764,6 @@ func (endpoint *Endpoint) BeginCopyObject(ctx context.Context, req *pb.ObjectBeg Time: now, }, }, - verifyPermission{ - action: macaroon.Action{ - Op: macaroon.ActionWrite, - Bucket: req.NewBucket, - EncryptedPath: req.NewEncryptedObjectKey, - Time: now, - }, - }, ) if err != nil { return nil, err