Skip to content

Commit

Permalink
docs: README: Turn Amazon S3 Section into Expandable Details block
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicfisher committed Jul 18, 2022
1 parent 72ed21b commit 070e2e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ heroku config:set DROPBOX_APP_SECRET="Your-App-Secret"
heroku config:set DROPBOX_ACCESS_TOKEN="Your-Refresh-Token"
```

### Amazon S3 [OPTIONAL] (Paid Alternative to Permanently Save/Load your World)
<details><summary><b>Amazon S3 [OPTIONAL] (Paid Alternative to Permanently Save/Load your World)</b></summary>

Create an [AWS Account](https://aws.amazon.com/) and an S3 Bucket

Expand All @@ -154,6 +154,7 @@ heroku config:set AWS_BUCKET="Your-Bucket-Name"
heroku config:set AWS_ACCESS_KEY="Your-Access-Key"
heroku config:set AWS_SECRET_KEY="Your-Secret-Key"
```
</details>

### Upload the Server

Expand Down

0 comments on commit 070e2e3

Please sign in to comment.