From 55a4b2b462b4d7cb00de42080a9cf595bdc1e29b Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Fri, 6 Oct 2023 14:46:46 +0900 Subject: [PATCH] Upgrade to S3Proxy 2.1.0 This resolves issues with newer Java versions of the form: module java.base does not "opens java.lang" to unnamed module --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09cd8da3..75db324a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ xfstests: cd xfstests && patch -p1 -l < ../test/xfstests.diff s3proxy.jar: - wget https://github.com/gaul/s3proxy/releases/download/s3proxy-1.8.0/s3proxy -O s3proxy.jar + wget https://github.com/gaul/s3proxy/releases/download/s3proxy-2.1.0/s3proxy -O s3proxy.jar get-deps: s3proxy.jar go get -t ./...