File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function __construct($settings = [])
2727 'key ' => $ settings ['key ' ],
2828 'secret ' => $ settings ['secret ' ]
2929 ],
30- 'region ' => $ settings ['region ' ],
30+ 'region ' => $ settings ['region ' ] ?: ' east-001 ' ,
3131 'version ' => 'latest ' ,
3232 'endpoint ' => "https://s3. {$ settings ['region ' ]}.backblazeb2.com " ,
3333 'exception_class ' => \ExpressionEngine \Dependency \Aws \S3 \Exception \S3Exception::class
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function __construct($settings = [])
2727 'key ' => $ settings ['key ' ],
2828 'secret ' => $ settings ['secret ' ]
2929 ],
30- 'region ' => $ settings ['region ' ],
30+ 'region ' => $ settings ['region ' ] ?: ' nyc1 ' ,
3131 'version ' => 'latest ' ,
3232 'endpoint ' => "https:// {$ settings ['region ' ]}.digitaloceanspaces.com " ,
3333 'exception_class ' => \ExpressionEngine \Dependency \Aws \S3 \Exception \S3Exception::class
You can’t perform that action at this time.
0 commit comments