From eeeaa0e1716b182499fd4aeb6b7bc64b6910cd95 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Sun, 23 Oct 2022 18:28:35 -0700 Subject: [PATCH] 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] :world_map: Documentation --- docs/docs/setup/repos.md | 10 ++++++++++ docs/styles/Vocab/Base/accept.txt | 1 + 2 files changed, 11 insertions(+) diff --git a/docs/docs/setup/repos.md b/docs/docs/setup/repos.md index fd542516a..6cfd728b4 100644 --- a/docs/docs/setup/repos.md +++ b/docs/docs/setup/repos.md @@ -134,3 +134,13 @@ docker run --env-file $HOME/.corso/corso.env \\ + +## 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 +``` diff --git a/docs/styles/Vocab/Base/accept.txt b/docs/styles/Vocab/Base/accept.txt index fca6808f5..1f90ff120 100644 --- a/docs/styles/Vocab/Base/accept.txt +++ b/docs/styles/Vocab/Base/accept.txt @@ -8,3 +8,4 @@ datetime env src Powershell +Backblaze