From 299a4c897966279e64b106b92a9263795c66f610 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 21 Oct 2025 21:53:27 -0500 Subject: [PATCH] fix region --- hosts/ps10rp/garage/garage.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ps10rp/garage/garage.toml b/hosts/ps10rp/garage/garage.toml index 487ce343b..d00d49595 100644 --- a/hosts/ps10rp/garage/garage.toml +++ b/hosts/ps10rp/garage/garage.toml @@ -14,7 +14,7 @@ rpc_public_addr = "127.0.0.1:3901" allow_world_readable_secrets = false [s3_api] -s3_region = "garage" +s3_region = "us-east-1" api_bind_addr = "[::]:3900" root_domain = "garage-ps10rp.boreal-beaufort.ts.net"