summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),