From f637a33f477af06c0d465cc5f0a6b710f43c45de Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 22 Jan 2020 21:38:51 +0300 Subject: [PATCH] fix scaleway ams region --- inc/class-s3-destination.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/class-s3-destination.php b/inc/class-s3-destination.php index 664a67a09..b44f31c8c 100755 --- a/inc/class-s3-destination.php +++ b/inc/class-s3-destination.php @@ -162,6 +162,7 @@ public static function options() ), 'scaleway-ams' => array( 'label' => __('Scaleway: AMS', 'backwpup'), + 'region' => 'nl-ams', 'endpoint' => 'https://s3.nl-ams.scw.cloud', ), ) @@ -283,4 +284,4 @@ public function onlyPathStyleBucket() { return (bool)$this->options['only_path_style_bucket']; } -} \ No newline at end of file +}