]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove uneeded calls to touch
authorChristian Berendt <berendt@b1-systems.de>
Wed, 10 Jul 2013 14:07:41 +0000 (16:07 +0200)
committerChristian Berendt <berendt@b1-systems.de>
Wed, 10 Jul 2013 14:07:41 +0000 (16:07 +0200)
apps/files_external/lib/amazons3.php

index 2a79ecf9a3a992d39e8fe5c4373e763972df6d82..1ad34a9bff4b29c42e762f3dcad6aeebd4652a1e 100644 (file)
@@ -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;
                }