From b07f6564324de45e0f954910eefdf90360de8b34 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sat, 29 Sep 2018 21:12:39 +0200 Subject: [PATCH] Change visibility to private (from protected) Signed-off-by: Daniel Kesselberg --- apps/files_external/lib/Lib/Storage/AmazonS3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/lib/Lib/Storage/AmazonS3.php b/apps/files_external/lib/Lib/Storage/AmazonS3.php index c935d50020..b48c3fbfd8 100644 --- a/apps/files_external/lib/Lib/Storage/AmazonS3.php +++ b/apps/files_external/lib/Lib/Storage/AmazonS3.php @@ -152,7 +152,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { * @return bool * @throws \Exception */ - protected function doesDirectoryExist($path) { + private function doesDirectoryExist($path) { if (!isset($this->directoryCache[$path])) { // Maybe this isn't an actual key, but a prefix. // Do a prefix listing of objects to determine.