The bridge object is responsible for sending requests to the AWS S3 API
Providing a custom bridge is considered advanced usage (you probably won't need to do it).
The recommended way to customize behavior is to define the client
and/or delegate
options instead:
client
option to configure the underlying AWS S3 client instancedelegate
option to customize request parametersCalculate the MD5 file hash so that an error is returned if the uploaded file hash does not match
This object will be passed to the AWS S3 client constructor
The delegate object provides hooks that allow the various request parameters to be set programmatically
If defined, this function will be called with each listed file
File root (ex. "s3://s3p-test/foo")
S3 file information returned by listObjectsV2
S3Bridge
instance created using the provided AWS.S3 client configuration options
S3Root
instance if the provided URI is valid, otherwise null
Generated using TypeDoc