summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-24 08:18:37 +0300
committerAndrew Dolgov <[email protected]>2022-11-24 08:18:37 +0300
commit6041ced50b9be1f5af1177a92a0eb3a9206a36c5 (patch)
tree57d7cd2cc6cff176ea87031f7458876157230b55 /init.php
parent22cb615ba2ab8aff9a126132750bd4fbdd80d52d (diff)
remove touch()
Diffstat (limited to 'init.php')
-rw-r--r--init.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.php b/init.php
index 0380e66..aa104b5 100644
--- a/init.php
+++ b/init.php
@@ -101,10 +101,6 @@ class Cache_S3 extends Plugin implements Cache_Adapter {
}
}
- public function touch(string $filename): bool {
- return true; // no-op
- }
-
public function get(string $filename): ?string {
$res = $this->s3->getObject([
'Bucket' => Config::get(self::CACHE_S3_BUCKET),