From 0866a7b6e20424441fba819bc09de105eb0a075b Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 8 Nov 2022 12:13:19 +0000 Subject: [PATCH] s3: allow Storj to server side copy since it seems to work now - fixes #6550 --- backend/s3/s3.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index b102dfd94..715db1b6a 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -2923,7 +2923,6 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e return f, fs.ErrorIsFile } if opt.Provider == "Storj" { - f.features.Copy = nil f.features.SetTier = false f.features.GetTier = false }