Oakley
💖 Chevereto Fan
For those using S3 for external storage then note that as from the 20th December '17 AWS have added an additional region, PARIS.
If you want to add this to Chevereto then merely edit:
app/lib/classes/class.storage.php
Find:
Change to:
If you want to add this to Chevereto then merely edit:
app/lib/classes/class.storage.php
Find:
Code:
'eu-central-1' => 'EU (Frankfurt)',
'eu-west-1' => 'EU (Ireland)',
'eu-west-2' => 'EU (London)',
Change to:
Code:
'eu-central-1' => 'EU (Frankfurt)',
'eu-west-1' => 'EU (Ireland)',
'eu-west-2' => 'EU (London)',
'eu-west-3' => 'EU (Paris)',