diff --git a/entrypoint/src/garage/garage.go b/entrypoint/src/garage/garage.go index 39788ee..8df9129 100644 --- a/entrypoint/src/garage/garage.go +++ b/entrypoint/src/garage/garage.go @@ -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.