-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRT update: Eventstream race fix, Cognito and STS credentials provide…
…r bindings (#483)
- Loading branch information
1 parent
638b251
commit 4b42edc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-crt-cpp
updated
12 files
+17 −0 | .builder/actions/crt-ci-prep.py | |
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | CMakeLists.txt | |
+4 −0 | builder.json | |
+1 −1 | crt/aws-c-auth | |
+1 −1 | crt/aws-c-common | |
+1 −1 | crt/aws-c-event-stream | |
+126 −0 | include/aws/crt/auth/Credentials.h | |
+1 −1 | include/aws/crt/io/TlsOptions.h | |
+101 −0 | source/auth/Credentials.cpp | |
+9 −0 | tests/CMakeLists.txt | |
+199 −1 | tests/CredentialsTest.cpp |