Jamie Hannaford | 4ff7996 | 2014-10-06 16:28:23 +0200 | [diff] [blame] | 1 | // Package containers contains functionality for working with Object Storage |
| 2 | // container resources. A container serves as a logical namespace for objects |
| 3 | // that are placed inside it - an object with the same name in two different |
| 4 | // containers represents two different objects. |
| 5 | // |
| 6 | // In addition to containing objects, you can also use the container to control |
| 7 | // access to objects by using an access control list (ACL). |
Jon Perritt | 3845eee | 2014-09-11 10:42:47 -0500 | [diff] [blame] | 8 | package containers |