Re: [Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-15 Thread Brent Troge
Also... Per object cache control is not supported with SOS ? In my testing only container level cache control is supported. Another to-do item for dev. Thanks! On Mon, Sep 15, 2014 at 3:08 PM, Brent Troge wrote: > > One feature that would be nice is if Expires, and Max-Age would reflect > the

Re: [Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-15 Thread Brent Troge
One feature that would be nice is if Expires, and Max-Age would reflect the value of 'X-Delete-At:' That way objects at the edge would expire the same time the object is deleted at origin. I will pass this onto internal dev and send it back upstream for possible inclusion. On Fri, Sep 12, 2014

Re: [Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-12 Thread Brent Troge
OK.. code looks to contain the needed.. Let me plug it in the 'pipeline' and see what happens. Thanks! On Fri, Sep 12, 2014 at 4:32 PM, Brent Troge wrote: > OK. I will search through the code. Although the package readme just > describes how to create a custom HOST header which maps to a specif

Re: [Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-12 Thread Brent Troge
OK. I will search through the code. Although the package readme just describes how to create a custom HOST header which maps to a specific TENANT/CONTAINER. Thanks Clay.. I know you responded before on another similar topic. I really appreciate the community's willingness to respond and assist.

Re: [Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-12 Thread Clay Gerrard
rackspace dev's wrote, opensourced, and deploy the Swift Origin Service (SOS) middleware: https://github.com/dpgoetz/sos So you could look at that ;) -Clay On Fri, Sep 12, 2014 at 12:41 PM, Brent Troge wrote: > > Is there an open source middleware/api-extender that supports setting CDN > cach

[Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-12 Thread Brent Troge
Is there an open source middleware/api-extender that supports setting CDN cache control at the account, container, or object level? Something similar to what Rackspace supports? http://www.bybe.net/blog/how-to-fix-rackspace-file-cloud-leverage-browser-caching-via-api-ssh.html Thanks! __