Fs returns read only access to the Fs that this object is part of
()
| 30 | |
| 31 | // Fs returns read only access to the Fs that this object is part of |
| 32 | func (o Object) Fs() fs.Info { |
| 33 | return nil |
| 34 | } |
| 35 | |
| 36 | // Remote returns the remote path |
| 37 | func (o Object) Remote() string { |