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

BCDA-7565: Support S3 file downloads for opt-out files #890

Merged
merged 20 commits into from
Dec 6, 2023
Merged
Prev Previous commit
Next Next commit
Add AWS env vars
kyeah committed Dec 1, 2023
commit 810ffa995ef52a94cdd70772af5e62be932c8309
4 changes: 4 additions & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -9,6 +9,10 @@ services:
env_file:
- ./shared_files/decrypted/local.env
environment:
# Set default values for Localstack to work
- AWS_ACCESS_KEY_ID=
- AWS_SECRET_ACCESS_KEY=

- DATABASE_URL=postgresql://postgres:toor@db-unit-test:5432/bcda_test?sslmode=disable
- QUEUE_DATABASE_URL=postgresql://postgres:toor@db-unit-test:5432/bcda_test?sslmode=disable
- GOLANGCI_LINT_CACHE=/root/.cache/go-build