]> source.dussan.org Git - nextcloud-server.git/commit
disable touch to update mtime for external s3 storage 21734/head
authorRobin Appelman <robin@icewind.nl>
Tue, 7 Jul 2020 13:55:38 +0000 (15:55 +0200)
committerRobin Appelman <robin@icewind.nl>
Tue, 7 Jul 2020 13:55:38 +0000 (15:55 +0200)
commit0d6910ac13a52f8bfff51056633ea91848f46752
tree5684f172d6f9dded1ca9d1c01cf492e725261df8
parentcd7a6276f27e641cfa8f835c53cd3781e69d1d67
disable touch to update mtime for external s3 storage

since updating the mtime requires doing a copy this can have a significant overhead and it messes with versioning

Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/files_external/lib/Lib/Storage/AmazonS3.php