RailsCasts Pro episodes are now free!

Learn more or hide this

Matt O'Connell's Profile

GitHub User: majochoc

Comments by Matt O'Connell

Avatar

Ryan very timely as always. I was having trouble getting this to work in a legacy project. Same code worked great in a new rails app. But the legacy always resulted in "AccessDenied" response from AWS. Had me perplexed. Hours of tracing and debugging later, realized someone had set the time_zone in our rails config to EDT, and this threw off the expiration key in the policy_data that is sent in the POST request. Hope this might save others hours of tracing.