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

Method SetS3API

input/inpututils/s3.go:40–42  ·  view source on GitHub ↗

SetS3API allows to replace the S3API, for tests.

(s3API s3iface.S3API)

Source from the content-addressed store, hash-verified

38
39// SetS3API allows to replace the S3API, for tests.
40func (s3 *S3Input) SetS3API(s3API s3iface.S3API) {
41 s3.svc = s3API
42}
43
44// ProcessDirectory enqueues all files matching a specific prefix for
45// processing by s3Input. If prefix is actually a s3 url use the bucket

Callers 1

testIntegrationSQSFunction · 0.80

Calls

no outgoing calls

Tested by 1

testIntegrationSQSFunction · 0.64