MCPcopy
hub / github.com/cortexlabs/cortex / S3Path

Function S3Path

pkg/lib/aws/s3.go:63–65  ·  view source on GitHub ↗
(bucket string, key string)

Source from the content-addressed store, hash-verified

61}
62
63func S3Path(bucket string, key string) string {
64 return "s3://" + filepath.Join(bucket, key)
65}
66
67func JoinS3Path(paths ...string) string {
68 if len(paths) == 0 {

Callers 12

s3IteratorFromListerFunction · 0.92
IsS3FileMethod · 0.85
IsS3PrefixMethod · 0.85
UploadReaderToS3Method · 0.85
ReadReaderFromS3Method · 0.85
ReadJSONFromS3Method · 0.85
ReadMsgpackFromS3Method · 0.85
DownloadFileFromS3Method · 0.85
S3FileIteratorMethod · 0.85
ListS3DirOneLevelMethod · 0.85
ListS3PrefixMethod · 0.85
DeleteS3PrefixMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected