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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,20 @@ PARSE_SERVER_MAX_UPLOAD_SIZE
135
135
136
136
```
137
137
138
+
##### Configuring S3 Adapter
139
+
140
+
You can use the following environment variable setup the S3 adapter
141
+
142
+
```js
143
+
S3_ACCESS_KEY
144
+
S3_SECRET_KEY
145
+
S3_BUCKET
146
+
S3_REGION
147
+
S3_BUCKET_PREFIX
148
+
S3_DIRECT_ACCESS
149
+
150
+
```
151
+
138
152
## Contributing
139
153
140
154
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