Object Storage

    Object Storage API is available in Libcloud 0.5.0 and higher.

    Besides managing cloud object storage, storage component also exposes simple CDN management functionality.

    • - represents a container which can contain multiple objects. You can think of it as a folder on a file system. Difference between container and a folder on file system is that containers cannot be nested. Some APIs and providers (e.g. AWS) refer to it as a Bucket.

    We have examples of several common patterns.