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) ]); }