split returns bucket and bucketPath from the object
()
| 232 | |
| 233 | // split returns bucket and bucketPath from the object |
| 234 | func (o *Object) split() (bucket, bucketPath string) { |
| 235 | return o.fs.split(o.remote) |
| 236 | } |
| 237 | |
| 238 | // setRoot changes the root of the Fs |
| 239 | func (f *Fs) setRoot(root string) { |