You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,18 @@ PARSE_SERVER_MAX_UPLOAD_SIZE
135
135
136
136
```
137
137
138
+
##### Configuring S3 Adapter
139
+
140
+
```js
141
+
S3_ACCESS_KEY
142
+
S3_SECRET_KEY
143
+
S3_BUCKET
144
+
S3_REGION
145
+
S3_BUCKET_PREFIX
146
+
S3_DIRECT_ACCESS
147
+
148
+
```
149
+
138
150
## Contributing
139
151
140
152
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).
0 commit comments