Filesystem API server
Requires Authorization: <token> header for every request.
Supported Methods:
GET /my-file.txt- Get contents of my-file.txtPOST /my-file.txt- Create my-file.txt with request bodyPUT /my-file.txt- Update my-file.txt with request bodyDELETE /my-file.txt- Delete my-file.txt
Provides metrics for requests to a statsd server. Configurable via environment variables.
See lib/config.js for specifics.
npm test
- Synchronise files across filesystem nodes..
- Provide timing metrics to statsd