OpenStax.Swift v0.2.0 OpenStax.Swift.API.Account

This module is responsible for wrapping HTTP requests sent to Swift when it comes to account handling.

Summary

Functions

Creates, updates, or deletes account metadata

Shows details for an account and lists containers, sorted by name, in the account

Functions

create(endpoint_id, metadata \\ nil)

Creates, updates, or deletes account metadata.

See http://developer.openstack.org/api-ref-objectstorage-v1.html#updateAccountMeta

read(endpoint_id)

Shows details for an account and lists containers, sorted by name, in the account.

See http://developer.openstack.org/api-ref-objectstorage-v1.html#showAccountDetails