Skip to content
Snippets Groups Projects
Commit a8b2aa34 authored by Christian Berendt's avatar Christian Berendt
Browse files

remove uneeded calls to touch

parent 203df66c
No related branches found
No related tags found
No related merge requests found
...@@ -296,7 +296,6 @@ class AmazonS3 extends \OC\Files\Storage\Common { ...@@ -296,7 +296,6 @@ class AmazonS3 extends \OC\Files\Storage\Common {
return false; return false;
} }
$this->touch(dirname($path));
return true; return true;
} }
...@@ -514,7 +513,6 @@ class AmazonS3 extends \OC\Files\Storage\Common { ...@@ -514,7 +513,6 @@ class AmazonS3 extends \OC\Files\Storage\Common {
$this->testTimeout(); $this->testTimeout();
unlink($tmpFile); unlink($tmpFile);
$this->touch(dirname(self::$tmpFiles[$tmpFile]));
} catch (S3Exception $e) { } catch (S3Exception $e) {
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment