Change visibility to private (from protected)

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2018-09-29 21:12:39 +02:00 committed by Backportbot
parent 2b090ffa6f
commit b07f656432
1 changed files with 1 additions and 1 deletions

View 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.