blob: f5f894a9e5668047b8eb2d8f6655e0c593d0a5e1 [file] [log] [blame]
Jamie Hannaford724e7302014-10-06 16:19:58 +02001// Package accounts contains functionality for working with Object Storage
2// account resources. An account is the top-level resource the object storage
3// hierarchy: containers belong to accounts, objects belong to containers.
4//
5// Another way of thinking of an account is like a namespace for all your
6// resources. It is synonymous with a project or tenant in other OpenStack
7// services.
Jon Perritt3845eee2014-09-11 10:42:47 -05008package accounts