File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ ANTIVIRUS_URL="https://antivirus.fabrique.social.gouv.fr/vao/api/v1/scan"
7373# S3 config to use with minio in local
7474S3_BUCKET_ACCESS_KEY = minioadmin
7575S3_BUCKET_SECRET_KEY = minioadmin
76- S3_BUCKET_ENDPOINT = " http://minio :9000"
76+ S3_BUCKET_ENDPOINT = http://localhost :9000
7777S3_BUCKET_NAME = vao
78- S3_BUCKET_REGION = xxx # do not matter with minio
78+ S3_BUCKET_REGION = us-east-1
7979S3_BUCKET_ROOT_DIR = local
8080
8181DEBUG = *debug*
Original file line number Diff line number Diff line change 11fileignoreconfig:
22- filename: .env.dev.example.env
3- checksum: 214ed60bba95f8959eecc3555a83ca7b9fde3598e19e8ee4c61d0a5f1cc2c197
3+ checksum: 217ba7248908d2556647f3e315d96faa67baa36cb19d90e998d4dc6121dcf648
44- filename: .github/workflows/e2e.yaml
55 checksum: d28e325635cc8d77cbf5b260c67cb9721b58578ac86ddd39ec691e753e4d0412
66- filename: .github/workflows/lint-format-tests.yaml
Original file line number Diff line number Diff line change @@ -64,5 +64,6 @@ services:
6464 - S3_BUCKET_ACCESS_KEY=${S3_BUCKET_ACCESS_KEY}
6565 - S3_BUCKET_SECRET_KEY=${S3_BUCKET_SECRET_KEY}
6666 - S3_BUCKET_NAME=${S3_BUCKET_NAME}
67+ - S3_BUCKET_REGION=us-east-1
6768 depends_on :
6869 - minio
You can’t perform that action at this time.
0 commit comments