|
1 | 1 | # netlify-spaces
|
2 | 2 | Netlify functions for working with S3/DO Spaces
|
| 3 | + |
| 4 | +## How To: |
| 5 | + |
| 6 | +1. Deploy this repo to Netlify using the 'Deploy to Netlify'-button |
| 7 | + |
| 8 | +<a href="https://app.netlify.com/start/deploy?repository=https://github.com/dashpilot/quickstart-netlify-spaces"><img src="https://www.netlify.com/img/deploy/button.svg" /></a> |
| 9 | + |
| 10 | +2. In Netlify, go to settings > environment and create the following environment variables for your Amazon S3 or Digitalocean Spaces settings |
| 11 | + |
| 12 | +S3_ENDPOINT: your S3/Spaces endpoint (e.g ams3.digitaloceanspaces.com) |
| 13 | +S3_KEY: your S3/Spaces key |
| 14 | +S3_SECRET: your S3/Spaces secret |
0 commit comments