Object Storage
A simple Node.js file uploader demonstrating how to work with a S3-compatible object storage in Specific.

Run locally
Install the CLI and clone
curl -fsSL https://specific.dev/install.sh | shgit clone https://github.com/specific-dev/examples.git
cd examples/node-file-storage
npm installStart the development server
specific devOpen the URL shown in the output to access the file manager.
Deploy to production
specific deploy