From 6df0de69d0c96bd3e46c9d604d2650273d9457d5 Mon Sep 17 00:00:00 2001 From: Nikhil Maturi <73575082+code259@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:28:15 -0800 Subject: [PATCH] S3 Bucket Defaults (to fix spring builds for everyone) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3a190f..9a51d4d5 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,12 @@ GITHUB_API_TOKEN=your-github-token-here # Email Configuration (optional - overrides application.properties) # spring.mail.username=your-email@gmail.com # spring.mail.password=your-app-password + +# S3 Bucket Defaults +AWS_BUCKET_NAME=your-bucket-name +AWS_ACCESS_KEY_ID=your-access-key +AWS_SECRET_ACCESS_KEY=your-secret-key +AWS_REGION=us-east-2 ``` **Production Configuration:** @@ -196,4 +202,4 @@ Note, steps 1,2,3,5 are on your development (LOCAL) server. You need to update y - Update schema: `python scripts/db_init.py` 5. Push local changes to production: `python scripts/db_local2prod.py` -(Requires admin password from production in .env) \ No newline at end of file +(Requires admin password from production in .env)