ak58588 commented on this pull request.


> +        
+          if (ruleSAS) {
+                  return true;
+          } else if (ruleKey) {
+                  return false;
+          } else {
+                  return false;
+          }
+   }
+       /** 
+       * this filter method is applied only for the cases with SAS 
Authentication. 
+       * 
+       */
+       public HttpRequest filterSAS(HttpRequest request, String credential) 
throws HttpException {
+               String containerName = "";
+               String blobName = "";

changed

-- 
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_r252995307

Reply via email to