mirror of
https://github.com/DullJZ/s3-balance.git
synced 2026-09-07 08:56:38 +08:00
Add virtual bucket feature
This commit is contained in:
@@ -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 负载均衡配置
|
||||
|
||||
Reference in New Issue
Block a user