You've read all the help articles, you've done your homework, and S3 is still giving you grief.
Check this one simple thing, and it should help you with your final issues.
Does your source or destination URL look like this:
http://[your_accesskey_code]:[your_secretkey_code]@CLIVETHEGOAT.s3.amazonaws.com/path
Amazon AWS does not recognize capital letters of bucketnames (the part after the @).
More -->
You've read all the help articles, you've done your homework, and S3 is still giving you grief.
Check this one simple thing, and it should help you with your final issues.
Does your source or destination URL look like this:
http://[your_accesskey_code]:[your_secretkey_code]@CLIVETHEGOAT.s3.amazonaws.com/path
Amazon AWS does not recognize capital letters of bucketnames (the part after the @). Change that puppy to this:
http://[your_accesskey_code]:[your_secretkey_code]@clivethegoat.s3.amazonaws.com/path
If all is still not well, drop us a line at helpdesk@encoding.com and we'll help you solve your issue with this.
<-- Hide