I am having trouble signing my policy documents for the Amazon S3.
There are examples on how to do it in Ruby, Java, and Python, but when I try to do it in C#, it’s not working out. I keep getting an invalid signature, and I’m not sure where I’m going wrong.
http://aws.amazon.com/articles/1434
Can anyone provide an example like those in the article, except for C#?
Thanks.
Solved it for anyone else who runs into the same problem.