forked from TrueCloudLab/rclone
fs: define SlowModTime and SlowHash features in the relevant backends
This commit is contained in:
parent
af601575cb
commit
c820576329
6 changed files with 11 additions and 0 deletions
|
@ -447,6 +447,7 @@ func NewFsWithConnection(opt *Options, name, root string, c *swift.Connection, n
|
|||
WriteMimeType: true,
|
||||
BucketBased: true,
|
||||
BucketBasedRootOK: true,
|
||||
SlowModTime: true,
|
||||
}).Fill(f)
|
||||
if f.rootContainer != "" && f.rootDirectory != "" {
|
||||
// Check to see if the object exists - ignoring directory markers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue