diff --git a/config/storage.config.php b/config/storage.config.php index 14b9adbc..867c3c46 100644 --- a/config/storage.config.php +++ b/config/storage.config.php @@ -205,7 +205,8 @@ "type" => "select", "options" => [ "public-read" => "public-read", - "authenticated-read" => "authenticated-read" + "authenticated-read" => "authenticated-read", + "" => "Leave ACL Blank" ], "conditions" => [ "ilab-media-storage-provider" => ["!backblaze"] @@ -307,4 +308,4 @@ ] ] ] -]; \ No newline at end of file +];