We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ac1d6 commit e35ca69Copy full SHA for e35ca69
app.json
@@ -45,9 +45,9 @@
45
"required": false
46
},
47
"AWS_REGION": {
48
- "description": "AWS Secret Access Key to store resumes via S3",
+ "description": "AWS region to store resumes via S3. If using an S3-compliant alternative without a region, leave as us-east-1.",
49
"value": "us-east-1",
50
- "required": false
+ "required": true
51
52
"AWS_ENDPOINT": {
53
"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