From 4ea1f40efcc7d875214952838a34ca3d0fd5deb6 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 20 Oct 2021 19:12:34 +0900 Subject: [PATCH 1/3] Fix S3 path-style option --- inc/class-destination-s3.php | 26 +++++++++++++------------- inc/class-s3-destination.php | 4 ++++ 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/inc/class-destination-s3.php b/inc/class-destination-s3.php index aa06e2fb..432a34d0 100755 --- a/inc/class-destination-s3.php +++ b/inc/class-destination-s3.php @@ -20,7 +20,7 @@ public function option_defaults() { return [ 's3base_url' => '', 's3base_multipart' => true, - 's3base_pathstyle' => false, + 's3base_pathstylebucket' => false, 's3base_version' => 'latest', 's3base_signature' => 'v4', 's3accesskey' => '', @@ -130,12 +130,12 @@ class="regular-text"