From 962e498ccbda8c944e51c06ba2081458c52fadaf Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 22 Feb 2022 18:11:07 +0545 Subject: [PATCH] Update app/config/variables.php Co-authored-by: Christy Jacob --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index cbaeef7833..51b8632db2 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -445,7 +445,7 @@ return [ 'question' => '', ], [ - 'name' => '_APP_STORAGE_DEVICE_S3_REGION', + 'name' => '_APP_STORAGE_S3_REGION', 'description' => 'AWS S3 storage region. Required when storage adapter is set to S3. You can find your region info for your bucket from AWS console.', 'introduction' => '0.13.0', 'default' => 'us-eas-1',