[server] Add bucket b6
This commit is contained in:
@@ -85,6 +85,7 @@ var (
|
||||
dcSCWEuropeFrance_v3 string = "scw-eu-fr-v3"
|
||||
dcWasabiEuropeCentralDerived string = "wasabi-eu-central-2-derived"
|
||||
bucket5 string = "b5"
|
||||
bucket6 string = "b6"
|
||||
)
|
||||
|
||||
// Number of days that the wasabi bucket is configured to retain objects.
|
||||
@@ -99,9 +100,9 @@ func NewS3Config() *S3Config {
|
||||
}
|
||||
|
||||
func (config *S3Config) initialize() {
|
||||
dcs := [7]string{
|
||||
dcs := [8]string{
|
||||
dcB2EuropeCentral, dcSCWEuropeFranceLockedDeprecated, dcWasabiEuropeCentralDeprecated,
|
||||
dcWasabiEuropeCentral_v3, dcSCWEuropeFrance_v3, dcWasabiEuropeCentralDerived, bucket5}
|
||||
dcWasabiEuropeCentral_v3, dcSCWEuropeFrance_v3, dcWasabiEuropeCentralDerived, bucket5, bucket6}
|
||||
|
||||
config.hotDC = dcB2EuropeCentral
|
||||
config.secondaryHotDC = dcWasabiEuropeCentral_v3
|
||||
|
||||
Reference in New Issue
Block a user