Commit 764701c
committed
fix(config): accept 'gcs' in Validate() storage-driver switch
The struct + builder switch knew about GCS but Validate's allow-list
didn't, so the engine refused to start with driver=gcs ('unknown
storage.driver: "gcs"'). Adding the case + a bucket-required check
parallels the existing s3/local entries.1 parent 4e56a0f commit 764701c
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
330 | 334 | | |
331 | 335 | | |
332 | 336 | | |
| |||
0 commit comments