Contents
- 4.1. Storage Account Services
- 4.2. Storage Container Services
- 4.2.1. View Container Details
- 4.2.2. Create Container
- 4.2.3. Delete Container
- 4.2.4. Set or Edit Container Metadata
- 4.2.5. CORS Container Headers
- 4.2.6. List Objects in a Container
- 4.2.7. Access Log Delivery
- 4.2.8. Retrieve Object
- 4.2.9. Create/Update Object
- 4.2.10. Copy Object
- 4.2.11. Delete Object
- 4.2.12. Retrieve Object Metadata
- 4.2.13. Update Object Metadata
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.

