Does SWIFT support CDN-enabled containers?

Asked by csxbwang

Rackspace Cloud Files support CDN-enabled containers. But, according to SWIFT documentations, SWIFT does not support CDN-enabled containers. Is this correct?
If this is correct, the .net api should be modified to support SWIFT.

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Solved by:
John Dickinson
Solved:
Last query:
Last reply:
Revision history for this message
Best John Dickinson (notmyname) said :
#1

Rackspace Cloud FIles is the productized version of swift. CDN support is not really in the scope of the project, but public containers in swift have been discussed.

All of the language bindings for Cloud Files currently support the product, not the underlying swift infrastructure. The best way to programmatically interact with swift is to use the REST API (or the Cloud FIles bindings and change the auth and ignore the CDN stuff)

Revision history for this message
csxbwang (xbwang-zh) said :
#2

Thanks John Dickinson, that solved my question.