From 46987152748aa3bb379823f3a3a901608c46d1fb Mon Sep 17 00:00:00 2001 From: Igor Tverdokhleb Date: Thu, 1 Apr 2021 18:14:28 +0200 Subject: [PATCH] Update Handler.php --- src/Log/Handler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Log/Handler.php b/src/Log/Handler.php index bec81d4..8117768 100644 --- a/src/Log/Handler.php +++ b/src/Log/Handler.php @@ -151,6 +151,7 @@ protected function validRegion(string $region): bool 'eu', // Europe (Frankfurt) AWS 'nl', // West Europe (Netherlands) Azure 'wa', // West US 2 (Washington) Azure + 'uk' // EU West (AWS) ]); }