This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

nodebb-plugin-amazons3

0.2.4 • Public • Published

NodeBB Plugin AmazonS3

Dependency Status

Dependency Version Requirement
NodeBB >= 0.6.0

A plugin for NodeBB to store files on Amazon Webservice S3.

Configuration

You can configure this plugin via environment variables

Asset host and asset path are optional. If you leave these blank your URL must be: //mybucket.s3.amazonaws.com/123456.jpg

Or else it will be: //mybucket.myhost.com.se/mypath/123456.jpg

Just use this commands to configure your plugin:

export AWS_ACCESS_KEY_ID="your_access_key_id"
export AWS_SECRET_ACCESS_KEY="your_secret_key"
export AMAZONS3_BUCKET="your_bucket"
export AMAZONS3_HOST="your_host"
export AMAZONS3_PATH="your_website_path"

There is a bug in the Node v10.34 about certification #8894

Package Sidebar

Install

npm i nodebb-plugin-amazons3

Weekly Downloads

1

Version

0.2.4

License

MIT

Last publish

Collaborators

  • wladiston