From 2812fc4482df305c4f299696518981ffd022a90c Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sun, 7 Mar 2021 18:03:26 +0900 Subject: [PATCH] Update requirement to Java 8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5ba86d..40bf585 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ and has instructions on how to run it. Users can [download releases](https://github.com/gaul/s3proxy/releases) from GitHub. Developers can build the project by running `mvn package` which -produces a binary at `target/s3proxy`. S3Proxy requires Java 7 to run. +produces a binary at `target/s3proxy`. S3Proxy requires Java 8 or newer to run. Configure S3Proxy via a properties file. An example using the local file system as the storage backend with anonymous access: