Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend: allow configuring S3_REGION #1357

Closed
wants to merge 17 commits into from
Prev Previous commit
Next Next commit
neater error
alxndrsn committed Jan 13, 2025
commit fa466aad77d4632a9de364c522d99655ad8eee02
2 changes: 1 addition & 1 deletion test/e2e/s3/run-tests.sh
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ run_suite() {
case "$suite" in
smoke) testOptions=(--fgrep @smoke-test) ;;
all) testOptions=() ;;
*) log "Unrecongised test suite: $suite"; exit 1 ;;
*) log "!!! Error: unrecongised test suite: $suite"; exit 1 ;;
esac

NODE_CONFIG_ENV="$configEnv" node lib/bin/s3-create-bucket.js