> @@ -43,16 +42,33 @@ public PutOptions metadata(Map<String, String> metadata) {
> return this;
> }
>
> + /**
> + * Sets the headers on a container at creation.
> + */
> + public PutOptions headers(Multimap<String, String> headers) {
> + if (!headers.isEmpty()) {See above comment --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/107/files#r13035186
