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.
- Remix this project
- Then add the Access Key and Secret into the
.env
file in your Glitch project. You can find these in the Applications & API page in the DigitalOcean control panel.
This project was originally based on aws-nodejs-sample and remixed from aws-sdk.
Like aws-nodejs-sample, this project is under the Apache License 2.0.