• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

Additional S3 storage region - Paris

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:

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)',
 
Back
Top