> @@ -214,12 +216,16 @@ public Void apply(Blob from) {
>
> }
>
> - private void uploadConstitution(String container, String name, String
> contentDisposition) throws IOException {
> - view.getBlobStore().putBlob(
> - container,
> -
> view.getBlobStore().blobBuilder(name).payload(oneHundredOneConstitutions.getInput()).contentType(
> -
> "text/plain").contentMD5(oneHundredOneConstitutionsMD5).contentLength(
> -
> oneHundredOneConstitutionsLength).contentDisposition(contentDisposition).build());
> + private void uploadInputSupplier(String container, String name, String
> contentDisposition,
[minor] Confusing name? Are we uploading the input supplier here, or the
contents it supplies?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/139/files#r6172766