ak58588 commented on this pull request.


>     public HttpRequest filter(HttpRequest request) throws HttpException {
+      if (this.isSAS){
+         request = filterSAS(request, this.credential);
+      } else {
+         request = filterKey(request);
+      }

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_r255479690

Reply via email to