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

Struct s3

pkg/async-gateway/storage.go:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type s3 struct {
40 uploader *s3manager.Uploader
41 downloader *s3manager.Downloader
42 client *awss3.S3
43 bucket string
44}
45
46// NewS3 creates a new S3 client that satisfies the Storage interface
47func NewS3(sess *session.Session, bucket string) Storage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected