diff --git a/api/example.env b/api/example.env index 84903cff76..7a6cc8d769 100644 --- a/api/example.env +++ b/api/example.env @@ -87,7 +87,7 @@ STORAGE_LOCAL_ROOT="./uploads" # STORAGE_DIGITALOCEAN_REGION="ams3" ## Google Cloud Storage Example (location name: Google) -# STORAGE_GOOGLE_DRIVER="gcl" +# STORAGE_GOOGLE_DRIVER="gcs" # STORAGE_GOOGLE_PUBLIC_URL="https://cdn.example.com/" # STORAGE_GOOGLE_KEY_FILENAME="abcdef" # STORAGE_GOOGLE_BUCKET="my-files" diff --git a/docs/reference/environment-variables.md b/docs/reference/environment-variables.md index e972cf01f2..091c8c0815 100644 --- a/docs/reference/environment-variables.md +++ b/docs/reference/environment-variables.md @@ -225,7 +225,7 @@ but each must have a matching `` configuration.
**Default: `local`* For each of the storage locations listed, you must provide the following configuration: - **`STORAGE__PUBLIC_URL`** — Location on the internet where the files are accessible -- **`STORAGE__DRIVER`** — Which driver to use, either `local`, `s3`, or `gcl` +- **`STORAGE__DRIVER`** — Which driver to use, either `local`, `s3`, or `gcs` Based on your configured driver, you must also provide the following configurations.