From 58bddfda20f08b0298267ae3fc3c3cf59b92245d Mon Sep 17 00:00:00 2001 From: Mia Date: Mon, 21 Nov 2022 12:27:59 +0100 Subject: [PATCH] Add TODO for 1.0.0 section and Future features --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 783b722..fc3255c 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,16 @@ services: ## Docker Hub https://hub.docker.com/repository/docker/i5heu/simple-s3-cache +## TODO for 1.0.0 +- Optimize InfluxDB metrics +- Add a CLI and API to delete a cached file +- Add range request + +## Future features + +Caching in cluster mode. +If you build a cluster of simple-S3-cache instances, they will try to request a file from each other first before requesting it from the S3 bucket. + ## License simple-S3-cache © 2022 Mia Heidenstedt and contributors SPDX-License-Identifier: AGPL-3.0