MCPcopy Create free account
hub / github.com/AdRoll/baker / S3

Struct S3

upload/s3.go:92–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92type S3 struct {
93 Cfg *S3Config
94
95 uploader *s3manager.Uploader
96 wgUpload sync.WaitGroup
97 quit chan struct{}
98 stopOnce sync.Once
99
100 totaln int64
101 totalerr int64
102 queuedn int64
103}
104
105func NewS3(cfg baker.UploadParams) (baker.Upload, error) {
106 dcfg := cfg.DecodedConfig.(*S3Config)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected