Set the right region.

This commit is contained in:
2026-04-25 02:08:37 +01:00
parent 9e5d70db1e
commit dad55cc918

View File

@@ -409,7 +409,7 @@ async fn fetch_s3_client_from_sys_map() -> Result<Arc<Client>, AnyError> {
info!("Fetched object storage config from sys-map: host={}", host); info!("Fetched object storage config from sys-map: host={}", host);
let shared_config = aws_config::defaults(BehaviorVersion::latest()) let shared_config = aws_config::defaults(BehaviorVersion::latest())
.region(Region::new("us-east-1")) .region(Region::new("garage"))
.credentials_provider(Credentials::new( .credentials_provider(Credentials::new(
access_key, access_key,
secret_key, secret_key,