Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit a86f551

Browse files
committed
chore: Populate uploads S3 cfg to pull from env variables.
1 parent 1d39eaf commit a86f551

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/basic/backend.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ modules:
1919
maxUploadSize: { gb: 10 }
2020
maxFilesPerUpload: 16
2121
s3:
22-
# I'm not commiting API secrets again, I've learned
22+
bucket: { env: S3_BUCKET_NAME }
23+
region: { env: S3_BUCKET_REGION }
24+
endpoint: { env: S3_BUCKET_ENDPOINT }
25+
accessKeyId: { env: AWS_ACCESS_KEY_ID }
26+
secretAccessKey: { env: AWS_SECRET_ACCESS_KEY }
2327
auth:
2428
registry: local
2529
config:

0 commit comments

Comments
 (0)