@takerofnotes/plugin-s3
v0.2.0
Published
Taker of Notes storage plugin for S3 compatible object storage
Readme
Taker of Notes Plugin: S3
Taker of Notes storage plugin for S3 compatible object storage
Getting Started
- Install dependencies:
npm install - Run tests:
npm test - Build:
npm run build
Project Structure
src/- Source codetest/- Testsdist/- Built outputrollup.config.js- Build configuration
Development
Implement your storage adapter in src/S3Adapter.js.
