Properly set the caFile for aws-sdk-cpp s3

This commit is contained in:
Shea Levy 2017-03-06 14:30:35 -05:00
parent 1cf4801108
commit 3cc18d3753
4 changed files with 6 additions and 2 deletions

View file

@ -195,6 +195,9 @@ struct Settings {
downloads. */
Path netrcFile;
/* Path to the SSL CA file used */
Path caFile;
private:
SettingsMap settings, overrides;