Skip to content

Commit d2367ee

Browse files
authored
Nits
1 parent 3adaf2c commit d2367ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,10 @@ You can also find more adapters maintained by the community by searching on [npm
489489

490490
Parse Server allows developers to choose from several options when hosting files:
491491

492-
* `GridFSBucketAdapter`, which is backed by MongoDB
493-
* `S3Adapter`, which is backed by [Amazon S3](https://aws.amazon.com/s3/)
494-
* `GCSAdapter`, which is backed by [Google Cloud Storage](https://cloud.google.com/storage/)
495-
* `FSAdapter`, local file storage
492+
* `GridFSBucketAdapter` - which is backed by MongoDB
493+
* `S3Adapter` - which is backed by [Amazon S3](https://aws.amazon.com/s3/)
494+
* `GCSAdapter` - which is backed by [Google Cloud Storage](https://cloud.google.com/storage/)
495+
* `FSAdapter` - local file storage
496496

497497
`GridFSBucketAdapter` is used by default and requires no setup, but if you're interested in using S3, Google Cloud Storage, or local file storage additional configuration information is available in the [Parse Server guide](http://docs.parseplatform.org/parse-server/guide/#configuring-file-adapters).
498498

0 commit comments

Comments
 (0)