lighthouse4u-s3
v1.0.0
Published
AWS S3 Storage client for Lighthouse4u
Downloads
24
Readme
Lighthouse4u-s3
An AWS S3 storage client for Lighthouse4u.
{
store: {
module: 'lighthouse4u-s3', options: {
region: 'us-east-1',
bucket: 'my-lh4u-bucket'
}
}
}
Configuration Options
| Option | Type | Default | Desc |
| --- | --- | --- | --- |
| module | string
| required | Set this to lighthouse4u-s3
|
| options | object
| required | S3 storage options |
| ->.region | string
| required | AWS Region |
| ->.bucket | string
| required | AWS S3 Bucket |