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

Replace java-cloudfiles with jclouds library #7211

Closed
cyberduck opened this issue May 4, 2013 · 3 comments
Closed

Replace java-cloudfiles with jclouds library #7211

cyberduck opened this issue May 4, 2013 · 3 comments
Assignees
Labels
enhancement low priority openstack OpenStack Swift Protocol Implementation wontfix

Comments

@cyberduck
Copy link
Collaborator

e2f2ab4 created the issue

Please could we move from java-cloudfiles to jclouds . java-cloudfiles is

no longer being maintained and their use is deprecated deperatcted.

Jclouds is java library for accessing various different public and private clouds - including Openstack. They seem to be the best replacement for java-cloudfiles at the moment.

jclouds has version 2.0 authentication support (aka keystone) so switching to jclouds would resolve #6330.

Because jcloud supports multiple clouds, you potentially could use it for s3 as well.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

What about multiple Region support (#6902) (Blocked by jclouds/jclouds#1283) and large object support (#6056)?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

To integrate in Cyberduck we have at least the following additional requirements:

  • Must be possible to use a custom configured HTTP client instance (I assume hc.apache.org is used)
  • Must be possible to inject custom SSL trust manager (we integrate trust management with the OS)
  • We need java.io.InputStream and java.io.OutputStream to read and write
  • Access to CDN status and logging configuration (X-CDN-*) headers

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We have now opted for a custom client.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement low priority openstack OpenStack Swift Protocol Implementation wontfix
Projects
None yet
Development

No branches or pull requests

2 participants