feat: add s3 boot check option
This commit is contained in:
@@ -27,6 +27,8 @@ Region = "us-east-1"
|
||||
Bucket = "quyun-assets"
|
||||
Endpoint = "http://127.0.0.1:9000"
|
||||
PathStyle = true
|
||||
# Optional: check bucket connectivity on boot
|
||||
CheckOnBoot = false
|
||||
```
|
||||
|
||||
For AWS S3, set `Endpoint` with `https://` (e.g., `https://s3.amazonaws.com`) and keep `PathStyle` as `false` unless your provider requires path-style access.
|
||||
|
||||
Reference in New Issue
Block a user