maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

Bundling image gets an SignatureDoesNotMatch Error #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I use Typica 1.5 to bundle an image. The bundle task can be started. But 
when the progress goes to the end, the task fails with the following error:
SignatureDoesNotMatch(403)- The request signature we calculated does not 
match the signature you provided. Check your key and signing method.

Here is how I called the new BundleInstance API:

ec2.bundleInstance(instanceID, accessId, bucketName, amiName, new 
UploadPolicy(60, bucketName, "aws-exec-read"));

I use the same accessId as EC2 for S3 storage. Anything wrong with my way 
of calling the API?

Original issue reported on code.google.com by wen...@gmail.com on 7 Feb 2009 at 6:54

GoogleCodeExporter commented 9 years ago
It has been a while, but I'm pretty certain 1.5.1 fixed this. Please don't 
hesitate to let me know if there is still a 
problem.

Original comment by dkavan...@gmail.com on 7 Oct 2009 at 1:15