-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest Submodule to Fix Windows Typo (#812)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
14 files
+15 −3 | .github/workflows/ci.yml | |
+4 −6 | .github/workflows/clang-format.yml | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+1 −0 | include/aws/auth/auth.h | |
+15 −0 | include/aws/auth/credentials.h | |
+6 −6 | include/aws/auth/private/credentials_utils.h | |
+3 −0 | source/auth.c | |
+104 −5 | source/credentials_provider_ecs.c | |
+11 −0 | source/credentials_provider_profile.c | |
+37 −12 | source/credentials_provider_sts.c | |
+12 −9 | tests/CMakeLists.txt | |
+92 −17 | tests/credentials_provider_ecs_tests.c | |
+158 −27 | tests/credentials_provider_sts_tests.c |