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
parent 963d35c78c
commit 12863e0d24
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
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.