SetS3API allows to replace the S3API, for tests.
(s3API s3iface.S3API)
| 38 | |
| 39 | // SetS3API allows to replace the S3API, for tests. |
| 40 | func (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 |
no outgoing calls