gaul commented on a change in pull request #43: JCLOUDS-1511: allow 
configuration of S3 to use V4 signatures
URL: https://github.com/apache/jclouds/pull/43#discussion_r318247500
 
 

 ##########
 File path: core/src/main/java/org/jclouds/Constants.java
 ##########
 @@ -354,6 +354,13 @@
     */
    public static final String PROPERTY_USER_AGENT = "jclouds.user-agent";
 
+   /**
+    * Boolean property. Default (false).
+    * <p/>
+    * Enables the use of V4 request signatures.
+    */
+   public static final String PROPERTY_V4_REQUEST_SIGNATURES = 
"jclouds.v4signatures";
 
 Review comment:
   Reparent this to `S3Constants` and rename to `jclouds.s3.v4signatures`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to