From 173a3effda39d6989963a280b8655456d663a482 Mon Sep 17 00:00:00 2001 From: IAmTomahawkx Date: Fri, 8 May 2026 16:47:20 -0700 Subject: [PATCH] fix: minio wants the default region --- Revolt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Revolt.toml b/Revolt.toml index 7398ed53..6c1c6945 100644 --- a/Revolt.toml +++ b/Revolt.toml @@ -61,7 +61,7 @@ secret = "ZjCofRlfm6GGtjlifmNpCDkcQbEIIVC0" # S3 protocol endpoint endpoint = "http://127.0.0.1:14009" # S3 region name -region = "minio" +region = "us-east-1" # S3 protocol key ID access_key_id = "minioautumn" # S3 protocol access key