Hi Mehmet,

There’s a couple of ways you can solve this problem.

1. Client side

If you’re writing some sort of client for a customer to solve this problem, you 
can use a multi-cloud SDK like jclouds, libcloud, or Fog to store their files 
in one cloud or the other depending on how full Swift is.

2. Server side

This is probably a better solution. You’d need to write some Swift middleware 
to handle it for your customer. There are lots of good guides and examples for 
creating Swift middleware:

http://docs.openstack.org/developer/swift/development_middleware.html
https://github.com/openstack/swift/tree/master/swift/common/middleware
http://docs.openstack.org/trunk/openstack-ops/content/customize.html#swift_middleware_example
http://julien.danjou.info/blog/2013/extending-swift-with-a-middleware-clamav

Don’t forget you’ll probably want to return a header to the client in the 
response from the middleware so the client knows where their object has been 
stored.

HTH,
Everett


On Apr 16, 2014, at 1:26 AM, mehmet hacısalihoğlu 
<esedmeh...@gmail.com<mailto:esedmeh...@gmail.com>> wrote:

Hi,

My problem;
If swift storage fill up 80 percent or 90 percent, It will automaticly store 
azure storage to new data.
So I want to integrate swift with azure. Or How can solve this problem?

Regards.


2014-04-15 20:51 GMT+03:00 Chuck Thier 
<cth...@gmail.com<mailto:cth...@gmail.com>>:
I'm not aware of any integration between Swift and Azure.  Could you explain 
more what problem you are trying to solve?

Thanks,

--
Chuck


On Tue, Apr 15, 2014 at 6:55 AM, mehmet hacısalihoğlu 
<esedmeh...@gmail.com<mailto:esedmeh...@gmail.com>> wrote:
Hi All,

I want to integrate swift with azure. But I dont find related document to this 
subject.
How can integrate swift with azure?

Regards.

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : 
openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : 
openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to