Add instructions on using S3-compatible systems (#1301)

## Description

Most refers to the AWS docs but adds a pointer to the endpoint param

## Type of change

- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-10-23 18:28:35 -07:00 committed by GitHub
parent 8c8bab74d7
commit eeeaa0e171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -134,3 +134,13 @@ docker run --env-file $HOME/.corso/corso.env \\
</TabItem> </TabItem>
</Tabs> </Tabs>
## S3-compatible object storage
Configuring Corso to use object storage systems compatible with the AWS S3 API (for example, Google Cloud Storage,
Backblaze B2, MinIO, etc.) is almost identical to the Amazon S3 instructions above with the exception that you will
need to use the following flag with the initial Corso `repo init` command:
```bash
--endpoint <domain.example.com>
```

View File

@ -8,3 +8,4 @@ datetime
env env
src src
Powershell Powershell
Backblaze