Joseph Lawson

Results 92 comments of Joseph Lawson

This may partially have to do with our lack of hash checking prior to downloads. #99 and #67 might have helped. can you give it a try?

Looks like the conflict is with rest-client 1.7.3 having mime-types bound: https://github.com/rest-client/rest-client/blob/988d5a81ff3081c1c6a3ab267e81a9fff94bd9e4/rest-client.gemspec#L25 while chef has moved on:https://github.com/chef/chef-dk/blob/master/Gemfile.lock rest-client allows the new mime-types in 2.0+ https://github.com/rest-client/rest-client/commit/d401bba5285fe426568414b1ca0d16d22c17a975

Seems like the fix would be to support rest-client >= 2.0 via https://github.com/adamsb6/s3_file/blob/b413c39538f5efb5411005a9754a6af39c1cc9bb/attributes/default.rb and fix #107

Can you give an example of the config that isn't working?

I merged your PR. If you are able to try the code on master it would be helpful.

A test or a suggestion to how to fix this would be helpful.

Yeah supporting the IAM chain would be helpful but without the AWS SDK it is a bit of a pain to support. I dunno how it goes with the "lightweight...

If anyone writes a circle or travis CI script I'd be grateful.

I think i meant that decryption_key is blank or perhaps just wrong. On Jan 20, 2015 6:39 PM, "Eric Herot" [email protected] wrote: > Was just reading over this idea and...