Fix global shared bucket name to conform to S3 naming standards

This commit is contained in:
Brian Picciano 2023-08-13 16:14:59 +02:00
parent fafd711b1b
commit 6480f6c843

View File

@ -19,7 +19,7 @@ const (
// GlobalBucket is the name of the global garage bucket which is
// accessible to all hosts in the network.
GlobalBucket = "_global"
GlobalBucket = "global-shared"
// ReplicationFactor indicates the replication factor set on the garage
// cluster. We currently only support a factor of 3.