@@ -214,6 +214,124 @@ Once you've done that, your config section should look like this:
Authentication is handled automatically by [Google Cloud service account credentials](https://cloud.google.com/docs/authentication/getting-started), by providing authentication details to the GOOGLE_APPLICATION_CREDENTIALS environmental variable.
### Amazon S3
To use [Amazon S3](https://aws.amazon.com/s3/) as a storage system, you must
install the `aws-sdk` package via npm:
`npm install aws-sdk`
Once you've done that, your config section should look like this:
```json
{
"type":"amazon-s3",
"bucket":"your-bucket-name",
"region":"us-east-1"
}
```
Authentication is handled automatically by the client. Check