mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Rename NewFsObject to NewObject
This commit is contained in:
4
fs/fs.go
4
fs/fs.go
@@ -117,8 +117,8 @@ type Fs interface {
|
||||
Info
|
||||
ListFser
|
||||
|
||||
// NewFsObject finds the Object at remote. Returns nil if can't be found
|
||||
NewFsObject(remote string) Object
|
||||
// NewObject finds the Object at remote. Returns nil if can't be found
|
||||
NewObject(remote string) Object
|
||||
|
||||
// Put in to the remote path with the modTime given of the given size
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user