Fix global shared bucket name to conform to S3 naming standards

main
Brian Picciano 9 months ago
parent fafd711b1b
commit 6480f6c843
  1. 2
      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.

Loading…
Cancel
Save