mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
s3: allow Storj to server side copy since it seems to work now - fixes #6550
This commit is contained in:
parent
09858c0c5a
commit
691159fe94
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user