Skip to content

Commit 4df9a7e

Browse files
committed
Instructiosn moved to the wiki
1 parent ad9495b commit 4df9a7e

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

README.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -197,36 +197,7 @@ For the full list of configurable environment variables, run `parse-server --hel
197197

198198
##### Configuring File Adapters
199199

200-
Parse Server allows developers to choose from several options when hosting files: the `GridStoreAdapter`, which backed by MongoDB; the `S3Adapter`, which is backed by [Amazon S3](https://aws.amazon.com/s3/); or the `GCSAdapter`, which is backed by [Google Cloud Storage](https://cloud.google.com/storage/).
201-
202-
`GridStoreAdapter` is used by default and requires no setup, but if you're interested in using S3 or GCS, additional configuration information is available below.
203-
204-
###### Configuring `S3Adapter`
205-
206-
You can use the following environment variable setup to enable the S3 adapter:
207-
208-
```js
209-
S3_ACCESS_KEY
210-
S3_SECRET_KEY
211-
S3_BUCKET
212-
S3_REGION
213-
S3_BUCKET_PREFIX
214-
S3_DIRECT_ACCESS
215-
216-
```
217-
218-
###### Configuring `GCSAdapter`
219-
220-
You can use the following environment variable setup to enable the GCS adapter:
221-
222-
```js
223-
GCP_PROJECT_ID
224-
GCP_KEYFILE_PATH
225-
GCS_BUCKET
226-
GCS_BUCKET_PREFIX
227-
GCS_DIRECT_ACCESS
228-
229-
```
200+
Parse Server allows developers to choose from several options when hosting files: the `GridStoreAdapter`, which backed by MongoDB; the `S3Adapter`, which is backed by [Amazon S3](https://aws.amazon.com/s3/); or the `GCSAdapter`, which is backed by [Google Cloud Storage](https://cloud.google.com/storage/). `GridStoreAdapter` is used by default and requires no setup, but if you're interested in using S3 or GCS, [additional configuration information is available](https://github.com/ParsePlatform/parse-server/wiki/Configuring-File-Adapters).
230201

231202
## Contributing
232203

0 commit comments

Comments
 (0)