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.

    See Also:
    CDNApi, SwiftApi
    • Method Detail

      • getCDNApi

        CDNApi getCDNApi​(String region)
        Provides access to Cloud Files CDN features.
        Parameters:
        region - the region to access the CDN API.
        Returns:
        the CDNApi for the specified region.