From 95ab450d3dee8b108e1a350e906d6abd3cdd448c Mon Sep 17 00:00:00 2001 From: g <> Date: Mon, 19 Oct 2020 15:41:06 +0300 Subject: [PATCH] LAW-3610 - new WP QA config --- environments/qa/wp-config-local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/qa/wp-config-local.php b/environments/qa/wp-config-local.php index 279f998..5faffb5 100644 --- a/environments/qa/wp-config-local.php +++ b/environments/qa/wp-config-local.php @@ -16,7 +16,7 @@ $_SERVER['HTTPS'] = 'On'; //S3 uploads settings define( 'S3_UPLOADS_BUCKET', 'law-carta-qa-wp' ); -define( 'S3_UPLOADS_REGION', '' ); // the s3 bucket region (excluding the rest of the URL) +define( 'S3_UPLOADS_REGION', 'us-west-1' ); define( 'S3_UPLOADS_KEY', '@lcAwsKey@' ); define( 'S3_UPLOADS_SECRET', '@lcAwsSecretKey@' ); \ No newline at end of file