wp-media / backwpup

BackWPup - WordPress Backup Plugin
https://backwpup.com
GNU General Public License v2.0
88 stars 35 forks source link

New Amazon S3 region - Stockholm #86

Closed fredvik closed 5 years ago

fredvik commented 5 years ago

Please add support for the recentely opened S3 region EU (tockholm).

I can confirm that it works to add the following to to class-destination-s3.php:

array(
                'label' => __( 'Amazon S3: EU Custom (Stockholm)', 'backwpup' ),
                'value' => 'eu-north-1',
            ),
danielhuesken commented 5 years ago

We will add it