Don't forget Apache jclouds - we've got a robust Swift interface: http://jclouds.incubator.apache.org/documentation/quickstart/openstack/
A. On Fri, Jul 12, 2013 at 4:11 PM, Edison Su <edison...@citrix.com> wrote: > > > > -----Original Message----- > > From: Chip Childers [mailto:chip.child...@sungard.com] > > Sent: Friday, July 12, 2013 7:50 AM > > To: <dev@cloudstack.apache.org>; Edison Su > > Subject: Re: Swift in 4.2 is broken, anybody wants it to be supported in > 4.2? > > > > On Fri, Jul 12, 2013 at 10:40 AM, John Burwell <jburw...@basho.com> > wrote: > > > All, > > > > > > I have assembled a wiki topic [1] that describes the process for > creating > > Riak CS and Swift development/test environments using Vagrant and > > VirtualBox. I created a Devstack Vagrant configuration [2], and, > following > > further testing and feedback, I plan to submit it to the OpenStack > project. > > Therefore, please let me know if you have any problems (or send a PR), > and I > > will fix them. > > > > > > Thanks, > > > -John > > > > > > [1]: > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Object+Storage+ > > Dev-Test+Environments > > > [2]: https://github.com/jburwell/devstack > > > > John, this is awesome! > > > > Edison, Does this help you out? > It will help a little, but anyway, thanks John's help. > My current problem is that, swift doesn't have a client library, which can > directly upload a template from an URL into swift storage. > I searched, there is a java library, called, http://joss.javaswift.org/, > which can upload an object from an inputstream, but it only works with > certain swift storage vendors. > Seems I have to download the template url into staging area, then upload > the file into swift? >