Re: [Openstack] Using swift-client in C with cURL to access a swift store

2016-05-20 Thread Clay Gerrard
On Fri, May 20, 2016 at 1:08 AM, Pete Zaitcev wrote: > > Look at cf_xxx functions here: > https://git.fedorahosted.org/cgit/iwhd.git/tree/backend.c > Clone > git://git.fedorahosted.org/iwhd.git > > ^ should *also* go on the associated projects list! _

Re: [Openstack] Using swift-client in C with cURL to access a swift store

2016-05-20 Thread Pete Zaitcev
On Fri, 20 May 2016 10:24:38 -0700 Clay Gerrard wrote: > > Look at cf_xxx functions here: > > https://git.fedorahosted.org/cgit/iwhd.git/tree/backend.c > > Clone > > git://git.fedorahosted.org/iwhd.git > > > ^ should *also* go on the associated projects list! Naah, iwhd is completely dead. O

Re: [Openstack] Using swift-client in C with cURL to access a swift store

2016-05-20 Thread Pete Zaitcev
On Wed, 18 May 2016 11:21:29 -0700 Clay Gerrard wrote: > I haven't heard much about folks using Swift bindings for C - there's no C > bindings listed on the associated projects page [1]. I'm sure just using The so-called "Image Warehouse" of the Aeolus project has a minimal handler for CF in C.

Re: [Openstack] Using swift-client in C with cURL to access a swift store

2016-05-19 Thread Sangeeta Singh
>> there's no C bindings listed on the associated projects page This page mentions something: https://wiki.openstack.org/wiki/SDKs In section OpenStack Toolkits: under C: Keystone and Swift libraries C library bindings to the OpenStack Keystone and Swift APIs gives a pointer to https://github.com

Re: [Openstack] Using swift-client in C with cURL to access a swift store

2016-05-18 Thread Clay Gerrard
I haven't heard much about folks using Swift bindings for C - there's no C bindings listed on the associated projects page [1]. I'm sure just using the library functions directly with-in the application would be at least as good and trying to build a command line utility and calling it with a subp