Walker#

Class representing an S3 walker.

Constructor#

new Walker(params)#

Walk a repository in an S3 bucket

Parameters:
NameTypeDescription
paramsObject
Properties
NameTypeDescription
credentialsCredentials

the AWS credentials to use for the connection

Classes#

Walker

Methods#

(async) walk(params)#

Walk the repository and emit when an object is located. The object data to set up a store connection to it is emitted.

Parameters:
NameTypeDescription
paramsObject
Properties
NameTypeAttributesDescription
prefixstring<optional>

Walk only the defined prefix. This can be any path from the root of the bucket.