Skip to content

Commit

Permalink
Add missing gs:// protocol to storage config doc
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Jul 4, 2024
1 parent 31ff364 commit c7abc50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/storage-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Storage URIs refer to different storage providers identified by a URI "protocol"
- `s3://` for Amazon S3 and S3-compatible
- `azure://` for Azure Blob Storage
- `file://` for local file systems
- `gs://` for Google Cloud Storage

In general, you can use a storage URI or a file path anywhere you would intuitively expect a file path. For instance:
- when setting the `index_uri` of an index to specify the storage provider and location;
Expand Down

0 comments on commit c7abc50

Please sign in to comment.