Skip to content

Commit 6b2c254

Browse files
committed
feat: support AWS in Node and update S3 policies.
1 parent 884d1cc commit 6b2c254

File tree

4 files changed

+3740
-2008
lines changed

4 files changed

+3740
-2008
lines changed

.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ NEXTAUTH_SECRET=replace_with_your_random_secret_hash
3535
# Public URL for the site.
3636
NEXT_PUBLIC_BASE_URL=http://localhost:3000
3737

38+
# AWS config.
39+
AWS_REGION=
40+
3841
# Used for local development and interacting with AWS.
3942
# Used for SSM port-forwarding setup.
4043
BASTION_EC2_INSTANCE_ID=
@@ -43,3 +46,8 @@ RDS_TEST_INSTANCE_ID=
4346
RDS_TEST_INSTANCE_HOST=
4447
RDS_PROD_INSTANCE_ID=
4548
RDS_PRODUCTION_INSTANCE_HOST=
49+
50+
# AWS S3 bucket for storing user uploaded files.
51+
AWS_S3_BUCKET_NAME=medialocal.openresume.org
52+
AWS_S3_USER_ACCESS_KEY_ID=
53+
AWS_S3_USER_SECRET_ACCESS_KEY=

0 commit comments

Comments
 (0)