From 369b4a642beeb6c4ca3d683c77b8d6fccb9a7f94 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 5 Mar 2024 21:53:35 +0800 Subject: [PATCH] ci(s3/minio): Disable IMDSv2 for mini anonymous tests (#4326) Signed-off-by: Xuanwo --- .github/services/s3/minio_s3_with_anonymous/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/services/s3/minio_s3_with_anonymous/action.yml b/.github/services/s3/minio_s3_with_anonymous/action.yml index e49390b44667..31c5e085116f 100644 --- a/.github/services/s3/minio_s3_with_anonymous/action.yml +++ b/.github/services/s3/minio_s3_with_anonymous/action.yml @@ -47,4 +47,5 @@ runs: OPENDAL_S3_ENDPOINT=http://127.0.0.1:9000 OPENDAL_S3_REGION=us-east-1 OPENDAL_S3_ALLOW_ANONYMOUS=on + OPENDAL_S3_DISABLE_EC2_METADATA=on EOF