mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
added more details and consolidated gcs and s3 under cloud storage
This commit is contained in:
parent
d9fff1f20e
commit
b786b94dbc
@ -1935,14 +1935,20 @@ See https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-registe
|
||||
|
||||
These variables are not specific to Open WebUI but can still be valuable in certain contexts.
|
||||
|
||||
### Amazon S3 Storage
|
||||
### Cloud Storage
|
||||
|
||||
#### `STORAGE_PROVIDER`
|
||||
|
||||
- Type: `str`
|
||||
- Options:
|
||||
- `s3` - uses S3 client library and related environment variables mentioned in [Amazon S3 Storage](#amazon-s3-storage)
|
||||
- `gcs` - uses GCS client library and related environment variables mentioned in [Google Cloud Storage](#google-cloud-storage)
|
||||
|
||||
- Default: empty string (' '), which defaults to `local`
|
||||
- Description: Sets the storage provider.
|
||||
|
||||
#### Amazon S3 Storage
|
||||
|
||||
#### `S3_ACCESS_KEY_ID`
|
||||
|
||||
- Type: `str`
|
||||
@ -1968,16 +1974,20 @@ These variables are not specific to Open WebUI but can still be valuable in cert
|
||||
- Type: `str`
|
||||
- Description: Sets the secret access key for S3 storage.
|
||||
|
||||
### Google Cloud Storage
|
||||
#### `GCS_BUCKET_NAME`
|
||||
|
||||
- Type: `str`
|
||||
- Description: Sets the bucket name for Google Cloud Storage
|
||||
#### Google Cloud Storage
|
||||
|
||||
#### `GOOGLE_APPLICATION_CREDENTIALS_JSON`
|
||||
|
||||
- Type: `JSON`
|
||||
- Type: `str`
|
||||
- Description: Contents of Google Application Credentials JSON file.
|
||||
- Optional - if not provided, credentials will be taken from the environment. User credentials if run locally and Google Metadata server if run on a Google Compute Engine.
|
||||
- File can be generated for a service account following this [guide](https://developers.google.com/workspace/guides/create-credentials#service-account)
|
||||
|
||||
|
||||
#### `GCS_BUCKET_NAME`
|
||||
|
||||
- Type: `str`
|
||||
- Description: Sets the bucket name for Google Cloud Storage. Bucket must already exist.
|
||||
|
||||
|
||||
### Database Pool
|
||||
|
Loading…
Reference in New Issue
Block a user