Is it possible to use the S3 Binary Manager with Eucalyptus Cloud?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 06:52 PM
I wish to use the Nuxeo S3 Binary Manager with my Eucalyptus Cloud deployment. In order for me to do so I need to set the endpoint of the S3 client to the IP address of my Eucalyptus cloud controller. Is there a way to do this currently?
"Eucalyptus is a open source private cloud software for building private and hybrid clouds that are compatible with AWS APIs." https://www.eucalyptus.com/eucalyptus-cloud/iaas
https://github.com/eucalyptus/eucalyptus/wiki/HOWTO-Use-AWS-Java-SDK-with-Eucalyptus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2014 09:25 AM
The official Nuxeo S3 connector does not support changing the endpoint (as the AWS libraries do not support it).
You could trying recompiling the AWS libraries (they are open source) with a different endpoint.
Or you could try the currently unsupported https://github.com/nuxeo/nuxeo-core-binarymanager-jclouds if Apache jclouds supports your cloud provider (this seems to be the case, see https://github.com/eucalyptus/eucalyptus/wiki/jclouds).
