Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 546 Bytes

File metadata and controls

19 lines (12 loc) · 546 Bytes

Storage service

This service provides a gateway to S3 for the Cloudnet projects.

Installing and running

The storage service is distributed as a docker container as a part of the Cloudnet development toolkit. See the README of the dev-toolkit repository on how to set up the CLU development environment.

When you have the environment running, you can run commands inside the container with ./run. For instance, to run tests you can issue:

./run npm test

License

MIT