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:
parent
8c8bab74d7
commit
eeeaa0e171
@ -134,3 +134,13 @@ docker run --env-file $HOME/.corso/corso.env \\
|
||||
|
||||
</TabItem>
|
||||
</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>
|
||||
```
|
||||
|
||||
@ -8,3 +8,4 @@ datetime
|
||||
env
|
||||
src
|
||||
Powershell
|
||||
Backblaze
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user