Remote returns the remote path
()
| 992 | |
| 993 | // Remote returns the remote path |
| 994 | func (o *Object) Remote() string { |
| 995 | return o.remote |
| 996 | } |
| 997 | |
| 998 | // Hash returns the hashes of an object |
| 999 | func (o *Object) Hash(ctx context.Context, t hash.Type) (string, error) { |