feat: add s3 boot check option

This commit is contained in:
2026-01-17 22:16:52 +08:00
parent bb62cf4280
commit 3728a921d2
6 changed files with 20 additions and 2 deletions

View File

@@ -12,4 +12,6 @@ type Config struct {
Bucket string
Endpoint string
PathStyle bool
// CheckOnBoot 启动时检查 bucket 可用性(仅 s3
CheckOnBoot bool
}