AssetSync / asset_sync

Synchronises Assets between Rails and S3
1.89k stars 346 forks source link

YAML support for google_json_key_string #418

Open SaxtonDrey opened 3 years ago

SaxtonDrey commented 3 years ago

Hi.

I tryed to use google_json_key_string added by #415 . But there is no way to load google_json_key_string from YAML file because it isn't present in Config#load_yml.

https://github.com/AssetSync/asset_sync/blob/88e7a64143103b28e21590da1d53a2ce668b13d3/lib/asset_sync/config.rb#L226-L231

SaxtonDrey commented 3 years ago

I made PR https://github.com/AssetSync/asset_sync/pull/419