Remote returns the remote path
()
| 1707 | |
| 1708 | // Remote returns the remote path |
| 1709 | func (o *Object) Remote() string { |
| 1710 | return o.remote |
| 1711 | } |
| 1712 | |
| 1713 | // Hash returns the Sha-1 of an object returning a lowercase hex string |
| 1714 | func (o *Object) Hash(ctx context.Context, t hash.Type) (string, error) { |
no outgoing calls