From dfb8514a9f41c0a153feca18ad1d4dfc7960d4c2 Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Tue, 26 Sep 2023 14:21:56 +0100 Subject: [PATCH] Update Makefile Co-authored-by: James Hewitt Signed-off-by: Milos Gajdos --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d7663d8fd..a76a3e360 100644 --- a/Makefile +++ b/Makefile @@ -144,6 +144,8 @@ run-s3-tests: ## run S3 storage driver integration tests S3_ENCRYPT=false \ REGION_ENDPOINT=http://127.0.0.1:9000 \ S3_SECURE=false \ + S3_ACCELERATE=false \ + AWS_S3_FORCE_PATH_STYLE=true \ go test ${TESTFLAGS} -count=1 ./registry/storage/driver/s3-aws/... ##@ Validate