the "sometimes" is when the length of the URL being sent to AWS is >
2000, the AWS gem conveniently switches to an HTTP POST.
in right_awsbase.rb line # 398
request['Content-Type'] = 'application/x-www-form-urlencoded'
should be:
request['Content-Type'] = 'application/x-www-form-urlencoded;
charset=utf-8'
this was PAINFUL to debug and I'm guessing Amazon's fault for not
documenting this?
--
You received this message because you are subscribed to the Google Groups "SimpleRecord" group.
To post to this group, send email to simple...@googlegroups.com.
To unsubscribe from this group, send email to simple-recor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simple-record?hl=en.