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

Was this a different bug? I'm guessing this change is unrelated to this PR?

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

Reply via email to