ak58588 commented on this pull request.


>        utils.logRequest(signatureLog, request, "<<");
       return request;
    }
-
+   
+   /** 
+    * this filter method is applied only for the cases with SAS 
Authentication. 
+    */
+   public HttpRequest filterSAS(HttpRequest request, String credential) throws 
HttpException, IllegalArgumentException {
+      String containerName = null;
+      String blobName = null;
+      URI requestUri = request.getEndpoint();
+      String initialQuery = requestUri.getQuery();
+      credential = initialQuery == null ? credential : initialQuery + "&" + 
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_r257156705

Reply via email to