Service
class Service extends AbstractService
Traits
Methods
getAccount
()
: Account
Retrieves an Account object.
listContainers
(array $options = array(), callable $mapFn = null)
: Generator
Retrieves a collection of container resources in a generator format.
getContainer
(string $name = null)
: Container
Retrieves a Container object and populates its name according to the value provided. Please note that the remote API is not contacted.
createContainer
(array $data)
: Container
Creates a new container according to the values provided.
containerExists
(string $name)
: bool
Checks the existence of a container.
Details
listContainers(array $options = array(), callable $mapFn = null)
Retrieves a collection of container resources in a generator format.
getContainer(string $name = null)
Retrieves a Container object and populates its name according to the value provided. Please note that the remote API is not contacted.