MCPcopy
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
3924func (o *Object) Remote() string {
3925 return o.remote
3926}
3927
3928var matchMd5 = regexp.MustCompile(`^[0-9a-f]{32}$`)
3929

Callers 1

InternalTestVersionsMethod · 0.95

Calls

no outgoing calls

Tested by 1

InternalTestVersionsMethod · 0.76