Skip to content
Specific Docs
Esc
navigateopen⌘Jpreview
On this page

Object Storage

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


Object Storage service diagram

Run locally

Install the CLI and clone

curl -fsSL https://specific.dev/install.sh | sh
git clone https://github.com/specific-dev/examples.git
cd examples/node-file-storage
npm install

Start the development server

specific dev

Open the URL shown in the output to access the file manager.

Deploy to production

specific deploy

Was this page helpful?