- I removed the defaultLocation param. No change.
- I verified my awsSecretKey -- no slash. Is there an issue if a slash is present, or is the trailing slash just something users may be likely to leave out if they aren't careful?
I successfully used Amazon's REST API, which worked fine without any credentials:
<cfhttp url="http://osric-com.s3.amazonaws.com/alpha.txt" result="result">
<cfdump var="#result#">
Seems odd that the latter would work but not the former.