-
Notifications
You must be signed in to change notification settings - Fork 67
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
9 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aws-c-auth
updated
11 files
+1 −1 | .github/workflows/ci.yml | |
+1 −0 | .gitignore | |
+2 −2 | include/aws/auth/private/credentials_utils.h | |
+25 −0 | source/aws_signing.c | |
+17 −2 | source/credentials_provider_process.c | |
+9 −5 | source/credentials_provider_profile.c | |
+49 −7 | source/credentials_utils.c | |
+3 −0 | tests/CMakeLists.txt | |
+47 −46 | tests/credentials_provider_process_tests.c | |
+111 −76 | tests/credentials_provider_sts_tests.c | |
+58 −0 | tests/credentials_utils_tests.c |
Submodule aws-c-common
updated
4 files
+2 −2 | .github/workflows/proof_ci_resources/config.yaml | |
+1 −1 | cmake/AwsPrebuildDependency.cmake | |
+7 −1 | cmake/AwsSIMD.cmake | |
+212 −183 | verification/cbmc/proofs/Makefile.common |
Submodule aws-c-http
updated
6 files
Submodule aws-c-io
updated
3 files
+15 −4 | CMakeLists.txt | |
+2 −1 | source/posix/socket.c | |
+8 −2 | source/s2n/s2n_tls_channel_handler.c |
Submodule aws-c-mqtt
updated
45 files
Submodule aws-c-s3
updated
19 files
+16 −3 | .github/workflows/ci.yml | |
+5 −5 | include/aws/s3/private/s3_meta_request_impl.h | |
+11 −0 | include/aws/s3/private/s3_util.h | |
+2 −0 | include/aws/s3/s3.h | |
+50 −0 | include/aws/s3/s3_client.h | |
+2 −0 | source/s3.c | |
+20 −10 | source/s3_auto_ranged_get.c | |
+4 −10 | source/s3_auto_ranged_put.c | |
+1 −0 | source/s3_buffer_pool.c | |
+5 −16 | source/s3_copy_object.c | |
+21 −10 | source/s3_default_meta_request.c | |
+187 −184 | source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c | |
+186 −158 | source/s3_meta_request.c | |
+56 −0 | source/s3_util.c | |
+7 −0 | tests/CMakeLists.txt | |
+1 −0 | tests/s3_buffer_pool_tests.c | |
+256 −7 | tests/s3_data_plane_tests.c | |
+64 −16 | tests/s3_tester.c | |
+7 −0 | tests/s3_tester.h |
Submodule aws-lc
updated
from 2f1879 to 8b2ebf
Submodule s2n
updated
from 87f4a0 to ffe0bf