> @@ -244,7 +279,9 @@ protected boolean deleteAndVerifyContainerGone(String 
> container) {
>  
>     @Override
>     public ListenableFuture<String> putBlob(String container, Blob blob, 
> PutOptions options) {
> -      // TODO implement options
> +       if (options.isMultipart()) {

Prefer 3-space indent.

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

Reply via email to