> +            
> "?Signature=genkB2vLxe3AWV/bPvRTMqQts7E%3D&Expires=1212683902&AWSAccessKeyId=identity")
> +         .addHeader("Expect", "100-continue")
> +         .addHeader("Host", "container.s3.amazonaws.com")
> +         .addHeader("Date", "Thu, 05 Jun 2008 16:38:19 GMT").build();
> +   }
> +
> +   @Test
> +   public void testSignPutBlobWithTime() throws Exception {
> +      BlobStore signPutBloblWithTime = requestsSendResponses(init());
> +      Blob blob = 
> signPutBloblWithTime.blobBuilder(name).payload(text).contentType("text/plain").build();
> +      HttpRequest compare = putBlobWithTime();
> +      compare.setPayload(blob.getPayload());
> +      
> assertEquals(signPutBloblWithTime.getContext().getSigner().signPutBlob(container,
>  blob, 3l /* seconds */),
> +         compare);
> +   }
> +

> I'm happy to add a check for this in a separate patch if you'd like

No need - bit of confusion on my side about the
```
if 
(Queries.queryParser().apply(request.getEndpoint().getQuery()).containsKey("Signature"))
 {
   ...
```
block. Thanks for clarifying!



---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/71/files#r5369088

Reply via email to