> +   }
> +
> +   public BucketTemplate acl(Set<BucketAccessControls> acl) {
> +
> +      if (this.acl == null) {
> +         this.acl = Sets.newLinkedHashSet();
> +      }
> +
> +      this.acl.addAll(acl);
> +      return this;
> +   }
> +
> +   public BucketTemplate 
> addDefaultObjectAccessControls(DefaultObjectAccessControls oac) {
> +      if (this.defaultObjectAccessControls == null) {
> +         this.defaultObjectAccessControls = Sets.newLinkedHashSet();
> +      }

See above comment

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/31/files#r14528336

Reply via email to