Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rclone/rclone
/ Remote
Method
Remote
backend/s3/s3.go:3924–3926 ·
view source on GitHub ↗
Remote returns the remote path
()
Source
from the content-addressed store, hash-verified
3922
3923
// Remote returns the remote path
3924
func
(o *Object) Remote() string {
3925
return
o.remote
3926
}
3927
3928
var
matchMd5 = regexp.MustCompile(`^[0-9a-f]{32}$`)
3929
Callers
1
InternalTestVersions
Method · 0.95
Calls
no outgoing calls
Tested by
1
InternalTestVersions
Method · 0.76