Closed thom-nic closed 9 years ago
Closing as cannot-reproduce. Please reopen if needed.
I actually wrote my own plugin thom-nic/jekyll-s3_deploy which is a pure-ruby solution. Uses the official AWS SDK for Ruby. Supports content-encoding but not CloudFront just yet...
Nice!
I got this error when I made a mistake in my yml file.
Instead of s3_id: <%= ENV['S3_ID'] %>
I did s3_id: <$= ENV['S3_ID'] %>
Yeah the lesson learned is this error probably means an AWS key wasn't set correctly. Error message could be better.
this happened after I attempted a second push, after the initial push succeeded.