Skip to content

Commit

Permalink
Merge pull request #18 from Egozit/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
danyalprout authored Mar 18, 2024
2 parents 7129579 + 7747ac0 commit 0b053a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are currently two supported storage options:
* S3 storage - Blobs are written to an S3 bucket (or compatible service)

You can control which storage backend is used by setting the `BLOB_API_DATA_STORE` and `BLOB_ARCHIVER_DATA_STORE` to
either `disk` or `s3`.
either `file` or `s3`.

The `s3` backend will also work with (for example) Google Cloud Storage buckets (instructions [here](https://medium.com/google-cloud/using-google-cloud-storage-with-minio-object-storage-c994fe4aab6b)).

Expand Down Expand Up @@ -57,4 +57,4 @@ go run api/cmd/main.go
# Archiver
go run archiver/cmd/main.go

```
```

0 comments on commit 0b053a9

Please sign in to comment.