s3: allow Storj to server side copy since it seems to work now - fixes #6550
This commit is contained in:
parent
ac38744e69
commit
0866a7b6e2
1 changed files with 0 additions and 1 deletions
|
@ -2923,7 +2923,6 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e
|
||||||
return f, fs.ErrorIsFile
|
return f, fs.ErrorIsFile
|
||||||
}
|
}
|
||||||
if opt.Provider == "Storj" {
|
if opt.Provider == "Storj" {
|
||||||
f.features.Copy = nil
|
|
||||||
f.features.SetTier = false
|
f.features.SetTier = false
|
||||||
f.features.GetTier = false
|
f.features.GetTier = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue