split returns bucket and bucketPath from the object
()
| 62 | |
| 63 | // split returns bucket and bucketPath from the object |
| 64 | func (o *Object) split() (bucket, bucketPath string) { |
| 65 | return o.fs.split(o.remote) |
| 66 | } |
| 67 | |
| 68 | // readMetaData gets the metadata if it hasn't already been fetched |
| 69 | func (o *Object) readMetaData(ctx context.Context) (err error) { |
no outgoing calls
no test coverage detected