summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-27 13:02:59 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-27 13:02:59 +0100
commitfd649afb1fd38f1a2cb0d5f07b651d607864c1f8 (patch)
tree6783f2e176d6501ae86fd24e4fcdc65ae7e3b429 /apps
parentada55a941e49a5bfa5530966cc94fd9510df69ee (diff)
downloadnextcloud-server-fd649afb1fd38f1a2cb0d5f07b651d607864c1f8.tar.gz
nextcloud-server-fd649afb1fd38f1a2cb0d5f07b651d607864c1f8.zip
Remove the deprecated update.php
* It was documented as deprecated. * The app code checker warned about it * It's been three years Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/lib/Lib/Storage/AmazonS3.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/Storage/AmazonS3.php b/apps/files_external/lib/Lib/Storage/AmazonS3.php
index 3cdff1d6f40..b96950cca90 100644
--- a/apps/files_external/lib/Lib/Storage/AmazonS3.php
+++ b/apps/files_external/lib/Lib/Storage/AmazonS3.php
@@ -185,7 +185,7 @@ class AmazonS3 extends \OC\Files\Storage\Common {
/**
* Updates old storage ids (v0.2.1 and older) that are based on key and secret to new ones based on the bucket name.
- * TODO Do this in an update.php. requires iterating over all users and loading the mount.json from their home
+ * TODO Do this in a repair step. requires iterating over all users and loading the mount.json from their home
*
* @param array $params
*/