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

Method Error

input/inpututils/s3.go:128–130  ·  view source on GitHub ↗

Error implements the error interface.

()

Source from the content-addressed store, hash-verified

126
127// Error implements the error interface.
128func (e errUnsupportedURLScheme) Error() string {
129 return fmt.Sprintf("%s unsupported, should be s3[a]://BUCKET/DIR_PATH/FILE_NAME or DIR_PATH/FILE_NAME (no scheme)", string(e))
130}
131
132// If the path is a full s3/s3a/s3n url the extract the bucket, key and scheme from
133// it and return them, else use the bucket from the instance, path as key and

Callers 15

TestListBasicFunction · 0.45
TestListInvalidStdinFunction · 0.45
TestListS3FolderFunction · 0.45
TestListS3ManifestFunction · 0.45
TestListHttpFileFunction · 0.45
pollQueueMethod · 0.45
refreshShardsMethod · 0.45
ProcessRecordsMethod · 0.45
RunMethod · 0.45
testIntegrationSQSFunction · 0.45
TestTCP1by1Function · 0.45
TestTCPChunksFunction · 0.45

Calls

no outgoing calls

Tested by 9

TestListBasicFunction · 0.36
TestListInvalidStdinFunction · 0.36
TestListS3FolderFunction · 0.36
TestListS3ManifestFunction · 0.36
TestListHttpFileFunction · 0.36
testIntegrationSQSFunction · 0.36
TestTCP1by1Function · 0.36
TestTCPChunksFunction · 0.36
TestGzReaderFunction · 0.36