Change visibility to private (from protected)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
2b090ffa6f
commit
b07f656432
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue