>        this.contentMetadata = new BaseMutableContentMetadata();
>     }
>  
>     public MutableObjectMetadataImpl(ObjectMetadata from) {
> -      this.storageClass = StorageClass.STANDARD;
> +      this.storageClass = from.getStorageClass();

The storage class logic looks like it needs some love; let me see if I can 
clean this up.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/344/files#r13023359

Reply via email to