verdaccio-aws-s3-storage
📦 AWS S3 storage plugin for verdaccio
Based on verdaccio-s3-storage
built in Typescript + other features.
🚧 Alpha testing
See it in action in our Docker + LocalStack + Verdaccio 4 + S3 Plugin example.
Requirements
- AWS Account
- Verdaccio server (4.0) (for 3.x use
verdaccio-s3-storage
instead)
npm install -g verdaccio
This plugin is not supported in the version 2.x
Usage
npm install verdaccio-aws-s3-storage
This will pull AWS credentials from your environment.
In your verdaccio config, configure
store:
aws-s3-storage:
bucket: your-s3-bucket
keyPrefix: some-prefix
region: us-west-2
endpoint: https://{service}.{region}.amazonaws.com
s3ForcePathStyle: false
accessKeyId: your-access-key-id
secretAccessKey: your-secret-access-key