Skip to content

Commit 127cf5d

Browse files
epipavmariobalca
authored andcommitted
aws access key/secret can't be empty string
1 parent 2435839 commit 127cf5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/.env.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ SERVICE='default'
2828

2929

3030
AWS_ACCOUNT_ID='000000000000'
31-
AWS_ACCESS_KEY_ID=""
32-
AWS_SECRET_ACCESS_KEY=""
31+
AWS_ACCESS_KEY_ID="aws-key-id"
32+
AWS_SECRET_ACCESS_KEY="aws-secret-access-key"
3333
AWS_REGION="eu-central-1"
3434

3535
LOCALSTACK_HOSTNAME="http://localstack"

0 commit comments

Comments
 (0)