mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 09:01:33 +02:00
fs: add IsLocal feature to identify local backend #3419
This commit is contained in:
1
fs/fs.go
1
fs/fs.go
@ -473,6 +473,7 @@ type Features struct {
|
||||
SetTier bool // allows set tier functionality on objects
|
||||
GetTier bool // allows to retrieve storage tier of objects
|
||||
ServerSideAcrossConfigs bool // can server side copy between different remotes of the same type
|
||||
IsLocal bool // is the local backend
|
||||
|
||||
// Purge all files in the root and the root directory
|
||||
//
|
||||
|
Reference in New Issue
Block a user