• 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:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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