HPCloud-PHP  1.2.0
PHP bindings for HPCloud and OpenStack services.
 All Classes Namespaces Files Functions Variables Pages
HPCloud\Storage\ObjectStorage Namespace Reference

Classes specific to ObjectStorage. More...

Classes

class  ACL
 Access control list for object storage. More...
class  Container
 A container in an ObjectStorage. More...
class  ContainerNotEmptyException
 Indicatest that a container is not empty. More...
class  ContentVerificationException
 Content Verification error condition. More...
class  Object
 An object for ObjectStorage. More...
class  ReadOnlyObjectException
 Thrown if an object that is read only is modified. More...
class  RemoteObject
 A representation of an object stored in remote Object Storage. More...
class  StreamWrapper
 Provides stream wrapping for Swift. More...
class  StreamWrapperFS
 Provides stream wrapping for Swift like a file system. More...
class  Subdir
 Represent a subdirectory (subdir) entry. More...

Detailed Description

Classes specific to ObjectStorage.

The main class is HPCloud::Storage::ObjectStorage.