DigitalOcean Spaces for Node.js Sample Project
DigitalOcean Spaces was designed to be compatible with the AWS S3 API. This simple Node.js application illustrates the usage of the AWS SDK for Node.js with Spaces. It connects to the Spaces API, creates a Space, and uploads a file to it.
Getting Started
- Remix this project
- Then add the Access Key and Secret into the
.envfile in your Glitch project. You can find these in the Applications & API page in the DigitalOcean control panel.
Credits
This project was originally based on aws-nodejs-sample and remixed from aws-sdk.
License
Like aws-nodejs-sample, this project is under the Apache License 2.0.