Jamie Hannaford | 724e730 | 2014-10-06 16:19:58 +0200 | [diff] [blame] | 1 | // 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 Perritt | 3845eee | 2014-09-11 10:42:47 -0500 | [diff] [blame] | 8 | package accounts |