Interface CloudFilesApi
-
- All Superinterfaces:
AutoCloseable
,Closeable
,SwiftApi
@Beta public interface CloudFilesApi extends SwiftApi
Rackspace Cloud Files is an affordable, redundant, scalable, and dynamic storage service offering. The core storage system is designed to provide a secure, network-accessible way to store an unlimited number of files. Each file can be as large as 5 gigabytes. Additionally, Cloud Files provides a simple yet powerful way to publish and distribute content behind a Content Distribution Network.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CDNApi
getCDNApi(String region)
Provides access to Cloud Files CDN features.-
Methods inherited from interface org.jclouds.openstack.swift.v1.SwiftApi
getAccountApi, getBulkApi, getConfiguredRegions, getContainerApi, getDynamicLargeObjectApi, getObjectApi, getStaticLargeObjectApi
-
-