larshagencognite commented on code in PR #186: URL: https://github.com/apache/jclouds/pull/186#discussion_r1365760619
########## providers/azureblob/src/main/java/org/jclouds/azure/storage/filters/SharedKeyLiteAuthentication.java: ########## @@ -203,6 +240,24 @@ public String createStringToSign(HttpRequest request) { return buffer.toString(); } + private void appendPayloadMetadataForSharedKey(HttpRequest request, StringBuilder buffer) { Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org