1.0.0 • Published 5 years ago

@userappstore/storage-s3 v1.0.0

Weekly downloads
1
License
SPDX(MIT OR Unlic...
Repository
github
Last release
5 years ago

S3 Storage for Dashboard

Install this module to use Amazon S3 for data storage.

You will need to launch with additional configuration variables:

STORAGE_ENGINE=@userappstore/storage-s3 S3_BUCKET_NAME=the_name ACCESS_KEY_ID=secret from amazon SECRET_ACCESS_KEY=secret from amazon

To use with S3-equivalent services such as Digital Ocean\'s spaces requires more:

S3_ENDPOINT=nyc3.digitaloceanspaces.com

To test this module use Dashboard's test suite configured with this storage engine.