Jake Lodwick
Results
1
comments of
Jake Lodwick
+1, sort of. I had to [dig into config.rb](https://github.com/clarete/s3sync/blob/master/lib/s3sync/config.rb#L48) to find the expected location of the credentials file: ``` ruby CONFIG_PATHS = ["#{ENV['S3SYNC_PATH']}", "#{ENV['HOME']}/.s3sync.yml", "/etc/s3sync.yml"] ``` I would rather just...