@php
$standardRegions = [
"APEast1", "AFSouth1", "APNortheast1", "APNortheast2", "APNortheast3",
"APSouth1", "APSoutheast1", "APSoutheast2", "CACentral1", "CNNorth1",
"CNNorthWest1", "EUCentral1", "EUNorth1", "EUSouth1", "EUWest1",
"EUWest2", "EUWest3", "MESouth1", "SAEast1", "USEast1",
"USEast2", "USGovCloudEast1", "USGovCloudWest1", "USIsobEast1",
"USIsoEast1", "USWest1", "USWest2"
];
$isCustomRegion = !in_array($s3Config->S3_REGION, $standardRegions);
@endphp