]> source.dussan.org Git - nextcloud-server.git/commitdiff
Change visibility to private (from protected)
authorDaniel Kesselberg <mail@danielkesselberg.de>
Sat, 29 Sep 2018 19:12:39 +0000 (21:12 +0200)
committerBackportbot <backportbot-noreply@rullzer.com>
Thu, 26 Sep 2019 09:40:58 +0000 (09:40 +0000)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
apps/files_external/lib/Lib/Storage/AmazonS3.php

index c935d500200be9d482c715f4bd767fafdce7f799..b48c3fbfd8357df32227d0143b4e52632f6916b1 100644 (file)
@@ -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.