Skip to content

Commit e35ca69

Browse files
committed
docs(heroku): Clarify AWS_REGION env var
1 parent b9ac1d6 commit e35ca69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"required": false
4646
},
4747
"AWS_REGION": {
48-
"description": "AWS Secret Access Key to store resumes via S3",
48+
"description": "AWS region to store resumes via S3. If using an S3-compliant alternative without a region, leave as us-east-1.",
4949
"value": "us-east-1",
50-
"required": false
50+
"required": true
5151
},
5252
"AWS_ENDPOINT": {
5353
"description": "If you are using an S3-compliant storage provider other than Amazon S3, specify its custom endpoint here. Otherwise leave blank.",

0 commit comments

Comments
 (0)