diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-09-29 21:42:03 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-10-08 18:49:47 +0200 |
commit | aa3ad898a93388dcdea097601c18cc2759283742 (patch) | |
tree | a6f5ead85ee00a01ba0b30feb0b8c4bebe2855e4 /lib | |
parent | 18e3856092b9d70584110b772c69a05db6b7e400 (diff) | |
download | nextcloud-server-aa3ad898a93388dcdea097601c18cc2759283742.tar.gz nextcloud-server-aa3ad898a93388dcdea097601c18cc2759283742.zip |
fix amazon s3 issues
folder size and mtime is always unknown in s3
more s3 fixes
make rescanDelay of root dir configurable, add on the fly update of legacy storage ids, !isset -> empty when checking strings
reduce number of http calls on remove and rmdir
fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/files/storage/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/storage/common.php b/lib/private/files/storage/common.php index 975f44df541..b07dc498cdf 100644 --- a/lib/private/files/storage/common.php +++ b/lib/private/files/storage/common.php @@ -38,7 +38,7 @@ abstract class Common implements \OC\Files\Storage\Storage { } /** - * Remove a file of folder + * Remove a file or folder * * @param string $path * @return bool |