Update requirement to Java 8

pull/361/head
Andrew Gaul 2021-03-07 18:03:26 +09:00
rodzic ecc9320688
commit 2812fc4482
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: