blob: 5fed5537f1368bb96205b82668bb1c71a12c21c8 [file] [log] [blame]
Jamie Hannaford4ff79962014-10-06 16:28:23 +02001// 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 Perritt3845eee2014-09-11 10:42:47 -05008package containers