ak58588 commented on this pull request.
> +
+ if (method.equals("PUT")) {
+ request.replaceHeader("x-ms-blob-type", "BlockBlob");
+ }
+
+ HttpRequest req = request.build();
+
+ return req;
+ }
+
+ /**
+ * modified sign() method, which acts depending on the Auth input.
+ *
+ */
+ public HttpRequest sign(String method, String container, String name,
@Nullable GetOptions options, long expires, @Nullable Long contentLength,
@Nullable String contentType) {
+ boolean isSAS = auth.authSAS(this.credential);
Done!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1270#discussion_r255424966