Skip to content

Commit

Permalink
chore: Populate uploads S3 cfg to pull from env variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blckbrry-Pi committed Apr 1, 2024
1 parent 1d39eaf commit a86f551
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/basic/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ modules:
maxUploadSize: { gb: 10 }
maxFilesPerUpload: 16
s3:
# I'm not commiting API secrets again, I've learned
bucket: { env: S3_BUCKET_NAME }
region: { env: S3_BUCKET_REGION }
endpoint: { env: S3_BUCKET_ENDPOINT }
accessKeyId: { env: AWS_ACCESS_KEY_ID }
secretAccessKey: { env: AWS_SECRET_ACCESS_KEY }
auth:
registry: local
config:
Expand Down

0 comments on commit a86f551

Please sign in to comment.