Skip to content

Commit 611bd9b

Browse files
authored
docs: add FS storage to docs (#7681)
1 parent 31960b5 commit 611bd9b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -489,11 +489,12 @@ 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/); or
494-
* `GCSAdapter`, which is backed by [Google Cloud Storage](https://cloud.google.com/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
495496

496-
`GridFSBucketAdapter` is used by default and requires no setup, but if you're interested in using S3 or Google Cloud Storage, additional configuration information is available in the [Parse Server guide](http://docs.parseplatform.org/parse-server/guide/#configuring-file-adapters).
497+
`GridFSBucketAdapter` is used by default and requires no setup, but if you're interested in using Amazon 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).
497498
498499
## Idempotency Enforcement
499500

0 commit comments

Comments
 (0)