Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-1501

S3 SignatureDoesNotMatch when trying to get the response from GET Request

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.1.2
    • None
    • jclouds-blobstore

    Description

      HttpRequest request = mBlobStoreContext.getSigner()
      .signGetBlob(mBeanConfigurations.getS3Bucket(), targetObjectKey);
      HttpResponse response = mBlobStoreContext.utils().http().invoke(request);

       

      When pointing to s3 custom endpoint and trying to get the response from the GET Request it fails with SignatureDoesNotMatch message in the AWSResponseException. Strange behavior is that it has no issues while PUT requests so it has nothing wrong with the Access Key and the Secret Key.

      V4 Signature is used for Authorization.

      Attachments

        1. SignatureDoesNotMatchLogs
          3 kB
          Blagoi Anastasov

        Activity

          People

            Unassigned Unassigned
            blagolaj Blagoi Anastasov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: