We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In extension of the discussion here #761 We should move out adapters like the GCS adapter or S3 adapter from parse's default dependencies.
If I want to use a simple fs backed storage, I have no use downloading those adapters from npm.
It can simply be mentioned on the Wiki https://github.com/ParsePlatform/parse-server/wiki/Configuring-File-Adapters#configuring-s3adapter that you need to add the adapter to your package.json.
The text was updated successfully, but these errors were encountered:
there's a PR for that already #1339
Sorry, something went wrong.
No branches or pull requests
In extension of the discussion here #761
We should move out adapters like the GCS adapter or S3 adapter from parse's default dependencies.
If I want to use a simple fs backed storage, I have no use downloading those adapters from npm.
It can simply be mentioned on the Wiki https://github.com/ParsePlatform/parse-server/wiki/Configuring-File-Adapters#configuring-s3adapter that you need to add the adapter to your package.json.
The text was updated successfully, but these errors were encountered: