We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f10b90 + abbdd4d commit c64f703Copy full SHA for c64f703
.github/workflows/tests.yaml
@@ -653,7 +653,8 @@ jobs:
653
# Functional tests needs access to the running config to use the same
654
# KMS kmip cluster config
655
# yarn run does a cd into the test folder
656
- S3_CONFIG_FILE: config.json
+ # absolute path to override default root config
657
+ S3_CONFIG_FILE: ${{ github.workspace }}/tests/functional/sse-kms-migration/config.json
658
S3KMS: kmip
659
S3_END_TO_END: true # to use the default credentials profile and not vault profile
660
run: |-
0 commit comments