mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update docs, tweak type
This commit is contained in:
@@ -167,6 +167,7 @@ For each of the storage locations listed, you must provide the following configu
|
||||
| Variable | Description | Default Value |
|
||||
| --------------------------- | --------------------------------------------------------- | ------------- |
|
||||
| `STORAGE_<LOCATION>_DRIVER` | Which driver to use, either `local`, `s3`, `gcs`, `azure` | |
|
||||
| `STORAGE_<LOCATION>_ROOT` | Where to store the files on disk | `''` |
|
||||
|
||||
Based on your configured driver, you must also provide the following configurations:
|
||||
|
||||
|
||||
@@ -260,5 +260,5 @@ export class GoogleCloudStorage extends Storage {
|
||||
|
||||
export interface GoogleCloudStorageConfig extends StorageOptions {
|
||||
bucket: string;
|
||||
root: string;
|
||||
root?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user