File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ private static function get_base_url($region): string
3636 BunnyCDNRegion::SYDNEY => 'https://syd.storage.bunnycdn.com/ ' ,
3737 BunnyCDNRegion::UNITED_KINGDOM => 'https://uk.storage.bunnycdn.com/ ' ,
3838 BunnyCDNRegion::STOCKHOLM => 'https://se.storage.bunnycdn.com/ ' ,
39+ BunnyCDNRegion::BRAZIL => 'https://br.storage.bunnycdn.com/ ' ,
40+ BunnyCDNRegion::JOHANNESBURG => 'https://jh.storage.bunnycdn.com/ ' ,
3941 default => 'https://storage.bunnycdn.com/ '
4042 };
4143 }
Original file line number Diff line number Diff line change @@ -18,5 +18,9 @@ class BunnyCDNRegion
1818
1919 public const UNITED_KINGDOM = 'uk ' ;
2020
21+ public const BRAZIL = 'br ' ;
22+
23+ public const JOHANNESBURG = 'jh ' ;
24+
2125 public const DEFAULT = self ::FALKENSTEIN ;
2226}
You can’t perform that action at this time.
0 commit comments