-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
24 files
+15 −3 | .github/workflows/ci.yml | |
+4 −6 | .github/workflows/clang-format.yml | |
+1 −0 | .gitignore | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+1 −0 | include/aws/auth/auth.h | |
+15 −0 | include/aws/auth/credentials.h | |
+8 −8 | include/aws/auth/private/credentials_utils.h | |
+3 −0 | source/auth.c | |
+25 −0 | source/aws_signing.c | |
+3 −1 | source/credentials_provider_cached.c | |
+1 −16 | source/credentials_provider_default_chain.c | |
+104 −5 | source/credentials_provider_ecs.c | |
+17 −2 | source/credentials_provider_process.c | |
+44 −5 | source/credentials_provider_profile.c | |
+37 −12 | source/credentials_provider_sts.c | |
+1 −0 | source/credentials_provider_sts_web_identity.c | |
+49 −7 | source/credentials_utils.c | |
+17 −9 | tests/CMakeLists.txt | |
+92 −17 | tests/credentials_provider_ecs_tests.c | |
+75 −26 | tests/credentials_provider_process_tests.c | |
+273 −108 | tests/credentials_provider_sts_tests.c | |
+42 −0 | tests/credentials_provider_sts_web_identity_tests.c | |
+58 −0 | tests/credentials_utils_tests.c |
Submodule aws-c-common
updated
7 files
Submodule aws-c-compression
updated
5 files
+12 −3 | .github/workflows/ci.yml | |
+4 −6 | .github/workflows/clang-format.yml | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+1 −1 | source/compression.c |
Submodule aws-c-event-stream
updated
6 files
+12 −3 | .github/workflows/ci.yml | |
+4 −8 | .github/workflows/clang-format.yml | |
+7 −4 | .github/workflows/stale_issue.yml | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+4 −2 | include/aws/event-stream/event_stream.h |
Submodule aws-c-http
updated
30 files
Submodule aws-c-mqtt
updated
45 files
Submodule aws-c-sdkutils
updated
15 files
Submodule aws-lc
updated
from 4e54dd to 8b2ebf