From 12863e0d243bb72057f1a005a0b319910f4da8c5 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sat, 29 Sep 2018 21:12:39 +0200 Subject: 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(-) (limited to 'apps/files_external/lib/Lib') diff --git a/apps/files_external/lib/Lib/Storage/AmazonS3.php b/apps/files_external/lib/Lib/Storage/AmazonS3.php index c935d500200..b48c3fbfd83 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. -- cgit v1.2.3