diff options
author | Christian Berendt <berendt@b1-systems.de> | 2013-07-10 16:07:41 +0200 |
---|---|---|
committer | Christian Berendt <berendt@b1-systems.de> | 2013-07-10 16:07:41 +0200 |
commit | a8b2aa34a491ca3de7a8330a9f196c9173562b8c (patch) | |
tree | f34ded1df545b181f2af1e4dcb910871e4ecbf8d /apps/files_external | |
parent | 203df66c00c37b3d8f63e3c9b77a614795974deb (diff) | |
download | nextcloud-server-a8b2aa34a491ca3de7a8330a9f196c9173562b8c.tar.gz nextcloud-server-a8b2aa34a491ca3de7a8330a9f196c9173562b8c.zip |
remove uneeded calls to touch
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/lib/amazons3.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/lib/amazons3.php b/apps/files_external/lib/amazons3.php index 2a79ecf9a3a..1ad34a9bff4 100644 --- a/apps/files_external/lib/amazons3.php +++ b/apps/files_external/lib/amazons3.php @@ -296,7 +296,6 @@ class AmazonS3 extends \OC\Files\Storage\Common { return false; } - $this->touch(dirname($path)); return true; } @@ -514,7 +513,6 @@ class AmazonS3 extends \OC\Files\Storage\Common { $this->testTimeout(); unlink($tmpFile); - $this->touch(dirname(self::$tmpFiles[$tmpFile])); } catch (S3Exception $e) { return false; } |