From ce13b043b07b0c182337cbda70a29344d9732e53 Mon Sep 17 00:00:00 2001 From: easaw Date: Wed, 5 Dec 2018 20:55:08 +0000 Subject: [PATCH 1/2] Add No ACL option to dropdown for Wasabi Wasabi doesn't use Upload Privacy ACL and reccommends it is neither public nor private (polices are to be used instead), a third option is needed for when Wasabi is used via "Other S3 Compatible Service". Added: "" => "Leave ACL Blank" to row 209 --- config/storage.config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/storage.config.php b/config/storage.config.php index 14b9adbc..54b2cea9 100644 --- a/config/storage.config.php +++ b/config/storage.config.php @@ -206,6 +206,7 @@ "options" => [ "public-read" => "public-read", "authenticated-read" => "authenticated-read" + "" => "Leave ACL Blank" ], "conditions" => [ "ilab-media-storage-provider" => ["!backblaze"] @@ -307,4 +308,4 @@ ] ] ] -]; \ No newline at end of file +]; From 63995dfad60ba9df5d77eafd80f2897f1b093e59 Mon Sep 17 00:00:00 2001 From: easaw Date: Wed, 5 Dec 2018 20:58:37 +0000 Subject: [PATCH 2/2] Update storage.config.php --- config/storage.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/storage.config.php b/config/storage.config.php index 54b2cea9..867c3c46 100644 --- a/config/storage.config.php +++ b/config/storage.config.php @@ -205,7 +205,7 @@ "type" => "select", "options" => [ "public-read" => "public-read", - "authenticated-read" => "authenticated-read" + "authenticated-read" => "authenticated-read", "" => "Leave ACL Blank" ], "conditions" => [