...
You can use this Snap to list the attributes of S3 objects in a given bucket matching the prefix. It internally lists all S3 objects with a given the specified bucket name and prefix, and then applies the filter if any.
...
Type | Format | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| Key/value pairs used to evaluate expression properties in this Snap. |
Output | Document |
|
| The attributes for each S3 objects object matching the given Snap field values. The attributes in the output document are bucket,
If the S3 Browser Snap has the following properties, then, the Snap produces output documents for all the five S3 objects.
If the S3 Browser Snap has the following properties, then the Snap produces only one output document for foo/boo.
|
Error | Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter while running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab:
Learn more about Error handling in Pipelines. |
...