Improves documentation, add loading tests

This commit is contained in:
Florent Vilmart
2016-03-04 12:04:41 -05:00
parent 069605e9c3
commit a44b1d9f76
3 changed files with 40 additions and 1 deletions

View File

@@ -135,6 +135,20 @@ PARSE_SERVER_MAX_UPLOAD_SIZE
```
##### Configuring S3 Adapter
You can use the following environment variable setup the S3 adapter
```js
S3_ACCESS_KEY
S3_SECRET_KEY
S3_BUCKET
S3_REGION
S3_BUCKET_PREFIX
S3_DIRECT_ACCESS
```
## Contributing
We really want Parse to be yours, to see it grow and thrive in the open source community. Please see the [Contributing to Parse Server guide](CONTRIBUTING.md).