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

Openstack connector #115

Open
FTwex opened this issue Oct 27, 2017 · 8 comments
Open

Openstack connector #115

FTwex opened this issue Oct 27, 2017 · 8 comments

Comments

@FTwex
Copy link

FTwex commented Oct 27, 2017

What do you think about using an openstack connector ?

We could build one or use pkgcloud which provide access to multiple object storage plateform : Amazon, Azure, Google, HP, Openstack and Rackspace.

@lexoyo
Copy link
Member

lexoyo commented Oct 27, 2017

a first integration of pkgcloud could be to provide S3 service in unifile

@JbIPS
Copy link
Collaborator

JbIPS commented Oct 27, 2017

I'm always open to new connector!

About the lib, its API lacks some functions we'll need to implements Unifile interface (like .stat()) but we could use it for the rest of the API.

@FTwex, would you like to try? 😉

@FTwex
Copy link
Author

FTwex commented Oct 27, 2017

Otherwise we may use the official AWS SDK
The problem is that it's for all AWS services so it's not lightweight...but with that we have all the methods for Unifile interface (including stats)

@JbIPS
Copy link
Collaborator

JbIPS commented Oct 27, 2017

Yes that's another approach. My favorite is the REST API so we have exactly what we want with no extra weight.

@FTwex
Copy link
Author

FTwex commented Oct 27, 2017

Ok they have an REST API
I could implement it directly without the sdk

@FTwex
Copy link
Author

FTwex commented Oct 27, 2017

Should I build this new connector as a new package (separate repo like silexlabs/unifile-webdav) or as Unifile lib?

@JbIPS
Copy link
Collaborator

JbIPS commented Oct 29, 2017

Since you're the creator of this lib, I think you should keep it under your account.

But please make a PR in Unifile Readme to link to your project 😉

Thank your for your help!

@JbIPS
Copy link
Collaborator

JbIPS commented Nov 26, 2017

Hello @FTwex, just checking on you 😃 ! How is it going? Do you need any help?

Let me know if I can be of any assistance.

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

No branches or pull requests

3 participants