From a8b2aa34a491ca3de7a8330a9f196c9173562b8c Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 10 Jul 2013 16:07:41 +0200 Subject: [PATCH] remove uneeded calls to touch --- apps/files_external/lib/amazons3.php | 2 -- 1 file changed, 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; } -- 2.39.5