-
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.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
17 files
Submodule aws-c-common
updated
11 files
+1 −1 | .github/PULL_REQUEST_TEMPLATE.md | |
+2 −2 | .github/workflows/codecov.yml | |
+1 −1 | .github/workflows/proof_ci.yaml | |
+11 −0 | source/arch/intel/asm/cpuid.c | |
+71 −102 | source/arch/intel/cpuid.c | |
+5 −0 | source/arch/intel/msvc/cpuid.c | |
+29 −16 | source/host_utils.c | |
+3 −2 | source/uri.c | |
+1 −0 | tests/CMakeLists.txt | |
+23 −2 | tests/host_util_test.c | |
+12 −0 | tests/uri_test.c |
Submodule aws-c-s3
updated
14 files
+34 −17 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/codecov.yml | |
+4 −0 | include/aws/s3/private/s3_copy_object.h | |
+2 −1 | include/aws/s3/private/s3_request_messages.h | |
+13 −4 | include/aws/s3/s3_client.h | |
+3 −4 | source/s3_client.c | |
+14 −1 | source/s3_copy_object.c | |
+160 −157 | source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c | |
+39 −14 | source/s3_request_messages.c | |
+1 −0 | tests/CMakeLists.txt | |
+143 −6 | tests/s3_data_plane_tests.c | |
+26 −4 | tests/s3_s3express_client_test.c | |
+27 −14 | tests/s3_tester.c | |
+6 −2 | tests/s3_tester.h |
Submodule aws-c-sdkutils
updated
7 files
+80 −30 | .github/workflows/ci.yml | |
+18 −12 | .github/workflows/codecov.yml | |
+1 −0 | include/aws/sdkutils/aws_profile.h | |
+47 −29 | source/aws_profile.c | |
+3 −2 | tests/CMakeLists.txt | |
+297 −299 | tests/aws_profile_tests.c | |
+2 −2 | tests/endpoints_regex_tests.c |
Submodule s2n
updated
from 2e79e7 to 6cc9f5