> @@ -45,6 +45,8 @@
> * @author Diwaker Gupta
> */
> public class AWSS3BlobRequestSigner extends
> S3BlobRequestSigner<AWSS3AsyncClient> {
> + public static final String TEMPORARY_SIGNATURE_PARAM = "Signature";
> Can be made private?
Unfortunately, it's also used in AWSRequestAuthorizeSignature (the reason I
went for a constant in the first place), which is in org.jclouds.aws.s3.filter.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/74/files#r5408362