summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r--apps/files_external/lib/amazons3.php2
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;
}