Skip to content

Commit 0f71612

Browse files
committed
change Readme file
1 parent 1c4582b commit 0f71612

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,13 @@ The backend Route for document upload will not take what I was setting up in the
7676

7777
So in the backend upload routes .js file I put the below to see what it was throwing.
7878

79+
```js
7980
console.log(process.env.AWS_BUCKET_NAME);
8081
console.log(process.env.AWS_ACCESS_KEY_ID);
8182
console.log(process.env.AWS_SECRET_ACCESS_KEY);
8283
console.log(process.env.AWS_REGION);
8384
console.log(process.env.AWS_Uploaded_File_URL_LINK);
85+
```
8486

8587
And saw it was taking a completely wrong AWS credentials.
8688

0 commit comments

Comments
 (0)