Skip to content

Commit

Permalink
Merge branch 'main' into all-contributors/add-warflash
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Jan 17, 2024
2 parents 40979a1 + 8e759bf commit 064b19e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/supported-storage-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ nav_order: 3

- [x] Local filesystem
- [x] AWS S3
- [x] DigitalOcean Spaces
- [x] Google Cloud Storage
- [x] Azure Blob Storage

Expand All @@ -30,6 +31,19 @@ configure these.
Specify the region using the `AWS_REGION` environment variable, or in `~/.aws/config`.


### DigitalOcean Spaces

DigitalOcean Spaces is an S3-compatible object storage that this project also supports.

1. Create a [Space](https://cloud.digitalocean.com/spaces)
2. Generate a new [spaces access key](https://cloud.digitalocean.com/account/api/spaces)
3. Fill in the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables based on the access key you created.
4. Set `AWS_REGION` to `us-east-1` - [Explanation](https://docs.digitalocean.com/products/spaces/how-to/use-aws-sdks/#configure-a-client)
5. Set `STORAGE_PATH` to the name of the Space you created.
6. Set `S3_ENDPOINT` to the endpoint of the Space you created. For example, `https://nyc3.digitaloceanspaces.com`.
7. Set `STORAGE_PROVIDER` to `s3`.


## Google Cloud Storage

1. Create a [bucket](https://console.cloud.google.com/storage/browser) (or use an existing one)
Expand Down

0 comments on commit 064b19e

Please sign in to comment.