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

Support for adding query string parameters in signed requests.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • jclouds-blobstore

    Description

      The BlobRequestSigner could support adding query parameters to the request pre-signing.

      Something like:

      HttpRequest signGetBlob(String container, String name, GetOptions options, List<ImmutablePair<String, String>> queryParams );

      Which would append the supplied query parameters to the request before signing it.

      This opens up the possibility to supply override request parameters such as described in http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectGET.html under "Requests", which is currently not possible with signed requests obtained through the BlobStore API.

      Attachments

        Activity

          People

            Unassigned Unassigned
            halvdanhg Halvdan Hoem Grelland
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: