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_r318248221
 
 

 ##########
 File path: apis/s3/src/main/java/org/jclouds/s3/S3ApiMetadata.java
 ##########
 @@ -79,6 +80,7 @@ public static Properties defaultProperties() {
       properties.setProperty(PROPERTY_S3_VIRTUAL_HOST_BUCKETS, "false");
       properties.setProperty(PROPERTY_RELAX_HOSTNAME, "true");
       properties.setProperty(PROPERTY_BLOBSTORE_DIRECTORY_SUFFIX, "/");
+      properties.setProperty(PROPERTY_V4_REQUEST_SIGNATURES, "false");
 
 Review comment:
   Should `AWSS3ApiMetadata` set this to "true"?

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