Remote returns the remote path
()
| 30 | |
| 31 | // Remote returns the remote path |
| 32 | func (o *Object) Remote() string { |
| 33 | return o.remote |
| 34 | } |
| 35 | |
| 36 | // Size returns the size of an object in bytes |
| 37 | func (o *Object) Size() int64 { |
no outgoing calls
no test coverage detected