Remote returns the remote path
()
| 1161 | |
| 1162 | // Remote returns the remote path |
| 1163 | func (o *ObjectInfo) Remote() string { |
| 1164 | return o.f.cipher.EncryptFileName(o.ObjectInfo.Remote()) |
| 1165 | } |
| 1166 | |
| 1167 | // Size returns the size of the file |
| 1168 | func (o *ObjectInfo) Size() int64 { |
nothing calls this directly
no test coverage detected