From e1131e7bf5060a337812c780fb68ee5c7c6bcfe5 Mon Sep 17 00:00:00 2001 From: Richard North Date: Wed, 14 Oct 2020 18:41:02 +0100 Subject: [PATCH] Fix remote gradle cache 400 InvalidArgument error per hint given in https://www.digitalocean.com/community/questions/node-upload-file-to-s3-error-invalidargument-null --- settings.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.gradle b/settings.gradle index 2ea21599ceb..849a1ade06b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -46,6 +46,7 @@ buildCache { region = 'fra1' bucket = 'testcontainers' path = 'cache' + reducedRedundancy = false push = isMasterBuild && !System.getenv("READ_ONLY_REMOTE_GRADLE_CACHE") headers = [ 'x-amz-acl': 'public-read'