Add virtual bucket feature

This commit is contained in:
DullJZ
2025-08-22 22:16:26 +08:00
parent 37b6adb6de
commit b811414b93
7 changed files with 426 additions and 34 deletions
+1
View File
@@ -40,6 +40,7 @@ type BucketConfig struct {
Enabled bool `yaml:"enabled"` // 是否启用
UseSSL bool `yaml:"use_ssl"` // 是否使用SSL
PathStyle bool `yaml:"path_style"` // 是否使用路径风格访问
Virtual bool `yaml:"virtual"` // 是否为虚拟存储桶(仅S3 API中可见)
}
// BalancerConfig 负载均衡配置