mirror of https://github.com/apache/jclouds.git
JCLOUDS-423: Update Service Type for Cloud Files CDN
This commit is contained in:
parent
9416416ff4
commit
55aadf858a
|
@ -37,4 +37,9 @@ public interface ServiceType {
|
|||
* Cloud Queues
|
||||
*/
|
||||
public static final String QUEUES = "rax:queues";
|
||||
|
||||
/**
|
||||
* Cloud Files CDN
|
||||
*/
|
||||
public static final String OBJECT_CDN = "rax:object-cdn";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue