Now set up an AWS S3 bucket & Infura project, and manually set these variables inside a .env file:
Now set up an S3 bucket & Infura project, and create a .env file from .env.sample with these important settings:
```
```
AWS_ACCESS_KEY=
AWS_ACCESS_KEY=
AWS_SECRET_KEY=
AWS_SECRET_KEY=
@ -22,8 +22,6 @@ AWS_REGION=
INFURA_PROJECT_ID=
INFURA_PROJECT_ID=
```
```
If you use a domain with a web redirect, use a permanent redirect (since browsers complained with PR_END_OF_FILE_ERROR about a secure connection when it's temporary).