Skip to content

Commit ee3e702

Browse files
committed
fix: AWS V4 ONLY REGION tests are removed
- check this issue cloudfoundry/bosh-s3cli#55
1 parent 493f0cf commit ee3e702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/s3-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
export role_arn=""
164164
export region_name="eu-central-1"
165165
export stack_name="s3cli-private-bucket"
166-
export focus_regex="GENERAL AWS|AWS V4 REGION|AWS V4 ONLY REGION"
166+
export focus_regex="GENERAL AWS|AWS V4 REGION"
167167
export s3_endpoint_host="https://s3.eu-central-1.amazonaws.com"
168168
./.github/scripts/s3/run-integration-aws.sh
169169

0 commit comments

Comments
 (0)