You’ve read all the help articles, you’ve done your homework, and S3 is still giving you grief? In many cases, we’ve found that one simple check will help. Perhaps your source or destination URL looks like this:
http://[your_accesskey_code]:[your_secretkey_code]@CLIVETHEGOAT.s3.amazonaws.com/path
We have to remember that Amazon AWS does not recognize capital letters of bucket names (the part after the @). Simply change it to this:
http://[your_accesskey_code]:[your_secretkey_code]@clivethegoat.s3.amazonaws.com/path
If you’re still having trouble, drop us a line at helpdesk@encoding.com and we’ll help you solve your issue with this.