MCPcopy Index your code
hub / github.com/rclone/rclone / split

Method split

backend/oracleobjectstorage/object.go:64–66  ·  view source on GitHub ↗

split returns bucket and bucketPath from the object

()

Source from the content-addressed store, hash-verified

62
63// split returns bucket and bucketPath from the object
64func (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
69func (o *Object) readMetaData(ctx context.Context) (err error) {

Callers 11

OpenChunkWriterMethod · 0.95
prepareUploadMethod · 0.95
createMultipartUploadMethod · 0.95
headObjectMethod · 0.95
SetTierMethod · 0.95
RemoveMethod · 0.95
OpenMethod · 0.95
UpdateMethod · 0.95
renameMethod · 0.95
copyMethod · 0.45
restoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected