Fix global shared bucket name to conform to S3 naming standards
This commit is contained in:
parent
fafd711b1b
commit
6480f6c843
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user