Amazon S3 for downloading help

For some reason my server last night did something to s2Member and made it where all files that were normally downloaded from my site are getting corrupted during download.

I made sure that I did in fact have the Gzip in my httaccess rewrite set up.

RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR] RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1 RewriteRule .* - [E=no-gzip:1]

In giving up on trying to resolve the issue I enabled an S3 bucket and uploaded some test files to see if I just needed to go with Amazon for the files.

When I enabled it and set up the user for the S3 Full Access and I get this when I click the download link.

SignatureDoesNotMatch The request signature we calculated does not match the signature you provided. Check your key and signing method.

I do not know what this means except there seems to be an issue with the signature not matching.

Any help would be awesome, currently I am at a loss on how to fix my downloads.

Ross

While I solved the Gzip issue I was having I am still not able to use Amazon S3. Any info would still be helpful to me.

Thanks for your time on this.

Ross