From 691159fe9402b965abda4e8a3e15923e71c62812 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 a1a2fdb3b..154935906 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -2937,7 +2937,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 }