> @@ -199,6 +199,7 @@ protected BlobUploader(String container, BlobDetail 
> toBeUploadedBlobDetail) {
>        public BlobDetail call() throws Exception {
>           Blob blob = 
> storage.blobBuilder(toBeUploadedBlobDetail.getRemoteBlobName())
>                 .payload(toBeUploadedBlobDetail.getLocalFile())
> +               .contentType("") // allows Cloud Files to determine the 
> content type

Ah, whoops, sorry!

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

Reply via email to