mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
577 B
577 B
Amazon S3 Bucket (Localstack) and Verdaccio 4.x
Verdaccio running with Localstack provides an easy-to-use test/mocking framework for developing cloud applications (AWS S3 in our example).
Usage
You might need to create bucket manually here aws --endpoint-url=http://localhost:4572 s3 mb s3://localstack.s3.plugin.test
docker-compose up --force-recreate --build --always-recreate-deps