Re: [Openstack] Fwd: Question about cloudfiles API

2012-06-04 Thread Shawn Heisey
On 5/30/2012 4:02 PM, Luis Gervaso wrote: Hi Shawn, I discovered in your code: 1) properties.put(identity.endp oint.publicURL, http:/testb.REDACTED.com:8080/v2.0 http://testb.REDACTED.com:8080/v2.0); here you are using only one slash http:/. So it's not valid URL. 2)

Re: [Openstack] Fwd: Question about cloudfiles API

2012-06-04 Thread Luis Gervaso
Hi Shawn, I understand your needs. I'll try to add support for them in the RC3. It'll be out next week. Luis On Mon, Jun 4, 2012 at 8:49 PM, Shawn Heisey launch...@elyograg.org wrote: On 5/30/2012 4:02 PM, Luis Gervaso wrote: Hi Shawn, I discovered in your code: 1)

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Shawn Heisey
On 5/29/2012 5:51 PM, Luis Gervaso wrote: Good point, I'll prepare a benchmark Until RC3 you can build from source (2 steps) I installed maven ... that required a huge number of dependencies. I was able to get the source for the openstack java sdk compiled using the openjdk on ubuntu.

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Shawn Heisey
On 5/29/2012 5:51 PM, Luis Gervaso wrote: Good point, I'll prepare a benchmark Until RC3 you can build from source (2 steps) #git clone #mvn clean install As I mentioned in my last email, I am getting an exception, see that email for full exception details. This is the code in my little

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Luis Gervaso
Hi Shawn, I discovered in your code: 1) properties.put(identity.endp oint.publicURL, http:/testb.REDACTED.com:8080/v2.0); here you are using only one slash http:/. So it's not valid URL. 2) actually testb.REDACTED.com:8080/v2.0 is your identity endpoint? Keystone usually listen on

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-29 Thread Shawn Heisey
On 5/24/2012 7:25 PM, Luis Gervaso wrote: Hi Shawn, You can try with OpenStack Java SDK https://github.com/woorea/openstack-java-sdk https://github.com/woorea/openstack-java-sdk/wiki/Swift-Tutorial Is there a jar I can download and a list of dependencies? That appears to be a source

[Openstack] Fwd: Question about cloudfiles API

2012-05-24 Thread Luis Gervaso
-- Forwarded message -- From: Luis Gervaso l...@woorea.es Date: Fri, May 25, 2012 at 3:24 AM Subject: Re: [Openstack] Question about cloudfiles API To: Shawn Heisey launch...@elyograg.org Hi Shawn, You can try with OpenStack Java SDK https://github.com/woorea/openstack-java-sdk