Atom feed of this document
 
 
 

 Chapter 4. API Operations for Storage Services

The following section describes the ReST API for interacting with the storage component of Cloud Files. All requests will be directed to the host and URL described in the X-Storage-Url HTTP header obtained during successful authentication.

The following are some requirements for the use of the storage services:

  • Container names may not exceed 256 bytes and cannot contain a '/' character

  • Object names may not exceed 1024 bytes, but they have no character restrictions

  • Object and container names must be URL-encoded and UTF-8 encoded

The following sections describe the actions that may be performed within the storage system. The first section addresses actions that can be taken on the account level of the storage system. The second section addresses actions that may be performed on containers. The third section addresses actions that may be performed on objects.



loading table of contents...