> + * 
> + * Before a container can be CDN enabled, it must exist in the storage 
> system. 
> + * To CDN enable the container, perform PUT request against it using the 
> <code>publicURL</code> 
> + * noted in the service catalog for Cloud Files during Authentication and 
> set the 
> + * <code>X-CDN-Enabled</code> header to <code>true</code>.
> + * 
> + * @author Jeremy Daggett
> + * 
> + * @see {@link CloudFilesApi#cdnApiInRegion(String)}
> + * @see <a
> + *      
> href="http://docs.rackspace.com/files/api/v1/cf-devguide/content/API_Operations_for_CDN_Services-d1e2386.html";>
> + *      Cloud Files CDN API</a>
> + */
> +@RequestFilters(AuthenticateRequest.class)
> +@Consumes(APPLICATION_JSON)
> +public interface CDNApi {

ack - now extends Closeable

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/79/files#r9892476

Reply via email to