Storage S3
This plugin configures Factor to use AWS S3 for image storage.
This plugin configures Factor to use AWS S3 for image storage.
This plugin configures Factor to use AWS S3 for Factor image storage.
npm add @factor/plugin-storage-s3
# .env / AWS config info
AWS_ACCESS_KEY=YOUR-KEY
AWS_ACCESS_KEY_SECRET=YOUR-SECRET
AWS_S3_BUCKET=your-bucket-name
After installation, run
npx factor setup
for an easy to way to configure this plugin
This plugin uses Factor's filter system to automatically install and configure itself. If you have properly setup your API keys and other required information, it should work as intended.
Run npx factor setup
for a question based CLI to help you configure this plugin's options.