Skip to content

Commit 1271969

Browse files
author
Anirav Kareddy
committed
trying mobile instead of cross-regison for smart configuration
1 parent e90eeb4 commit 1271969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Test
4848
run: |
49-
export AWS_DEFAULTS_MODE=cross-region
49+
export AWS_DEFAULTS_MODE=mobile
5050
export AWS_S3EC_TEST_ALT_KMS_KEY_ARN=arn:aws:kms:${{ vars.CI_AWS_REGION }}:${{ secrets.CI_AWS_ACCOUNT_ID }}:key/${{ vars.CI_ALT_KMS_KEY_ID }}
5151
export AWS_S3EC_TEST_ALT_ROLE_ARN=arn:aws:iam::${{ secrets.CI_AWS_ACCOUNT_ID }}:role/service-role/${{ vars.CI_ALT_ROLE }}
5252
export AWS_S3EC_TEST_BUCKET=${{ vars.CI_S3_BUCKET }}

0 commit comments

Comments
 (0)