@@ -47,6 +47,6 @@ |
||
| 47 | 47 | */ |
| 48 | 48 | protected function createEndpoint() |
| 49 | 49 | { |
| 50 | - return str_replace('{region}', $this->region, 'https://s3.{region}.backblazeb2.com') ; |
|
| 50 | + return str_replace('{region}', $this->region, 'https://s3.{region}.backblazeb2.com'); |
|
| 51 | 51 | } |
| 52 | 52 | } |