> public static final CreateContainerOptions NONE = new
> CreateContainerOptions();
>
> /**
> + * Sets the headers on a container at creation.
> + */
> + public CreateContainerOptions headers(Multimap<String, String> headers) {
> + if (!headers.isEmpty()) {Optimization? `putAll` should not be expensive if there's nothing to put... --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/107/files#r13035180
