From 93a84f470411668ca171b966aee1fe1a4304c827 Mon Sep 17 00:00:00 2001 From: Matias Lago Evia Date: Wed, 26 Apr 2023 10:46:19 -0400 Subject: [PATCH] Add S3 region list reference to Scalingo config (#24152) --- scalingo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalingo.json b/scalingo.json index 8c89929774..58c943b63c 100644 --- a/scalingo.json +++ b/scalingo.json @@ -31,7 +31,7 @@ "required": false }, "S3_REGION": { - "description": "Amazon S3 region that the bucket is located in", + "description": "Amazon S3 region that the bucket is located in; see regions list here: http://docs.aws.amazon.com/general/latest/gr/rande.html", "required": false }, "AWS_ACCESS_KEY_ID": {