> @@ -198,6 +198,8 @@ public String putBlob(final String containerName, final 
> Blob blob) throws IOExce
>           Files.createParentDirs(outputFile);
>           if (payload.getRawContent() instanceof File)
>              Files.copy((File) payload.getRawContent(), outputFile);
> +         else if (payload.isRepeatable())

Since we're talking about the filesystem provider here...what _is_ the 
underlying payload type expected to be in this case, actually?

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

Reply via email to