Skip to content
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

How to use IBM object store with parse server fileadapter #2007

Closed
gowridev opened this issue Jun 8, 2016 · 1 comment
Closed

How to use IBM object store with parse server fileadapter #2007

gowridev opened this issue Jun 8, 2016 · 1 comment

Comments

@gowridev
Copy link

gowridev commented Jun 8, 2016

Please read the following instructions carefully.

Check out #1271 for an ideal bug report.
The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!

Many members of the community use Stack Overflow and Server Fault to ask questions.
Read through the existing questions or ask your own!

For database migration help, please file a bug report at https://parse.com/help#report

Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!

Issue Description

I would like to integrate parse server to IBM object store. Could you please guide me regrading this.
I am referring to configuring file Adapters

@skinp skinp added the question label Jun 8, 2016
@skinp
Copy link
Contributor

skinp commented Jun 8, 2016

@gowridev you would need to create a new files adapter specifically for the IBM object store. It needs to implement all the functions defined in the FilesAdapter interface (https://github.com/ParsePlatform/parse-server/blob/master/src/Adapters/Files/FilesAdapter.js).

We have a couple examples of files adapters in the parse-server-modules repo. S3 for example: https://github.com/parse-server-modules/parse-server-s3-adapter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants