Commit Graph

6 Commits

Author SHA1 Message Date
Andrew Noyes 7a81628c94 Quote aws sdk cxx flags
Cmake 3.24 seems to require this
2022-09-28 11:43:21 -07:00
Andrew Noyes e7c171737e
Swap the order of curl and zlib for awssdk (#8268)
According to
https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_node/ld_3.html,
dependencies should appear after. Since curl depends on zlib, put zlib
after curl.
2022-09-21 14:20:36 -07:00
Andrew Noyes 65ec5ef37f
Statically link libcurl for the aws sdk (#8226) 2022-09-20 11:23:18 -07:00
Marian Dvorsky a666a1ca79
Upgrade awssdk to v1.9.331 (#7982) 2022-08-24 20:37:48 +02:00
Josh Slocum 872c25148f remove BUILD_ALWAYS from awssdk.cmake 2022-06-02 13:40:56 -05:00
Josh Slocum ace2750ae3 Build AWS SDK as part of FDB, and use it to acquire blob credentials. This supports IAM role-based authentication, in addition to all existing credential types. 2022-03-24 10:09:06 -05:00