-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
FileAdapter Development Question #1285
Comments
You can do pretty much what you want in the adapter, as long as the test passes what's described in https://github.com/parse-server-modules/parse-server-conformance-tests See here https://github.com/parse-server-modules/parse-server-fs-adapter/blob/master/spec/test.spec.js for an example |
So I am trying to save an object in |
Can we move he discussion to the conformance tests as it may help other users and it's not part of this repository anymore? |
FileAdapter Development
I am currently writing an adapter for RackSpace Cloud files for a project and was wondering if we can simply pass a buffer through after
createFile
is called instead making another request withgetFileData
in order to return a buffer.The text was updated successfully, but these errors were encountered: