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 }