-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Michael Graeb <[email protected]> Co-authored-by: Waqar Ahmed Khan <[email protected]>
- Loading branch information
1 parent
b83949d
commit d62491f
Showing
8 changed files
with
66 additions
and
5 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
2 files
+2 −1 | source/signable_http_request.c | |
+3 −1 | tests/sigv4_signing_tests.c |
Submodule aws-c-common
updated
23 files
+13 −1 | CMakeLists.txt | |
+28 −7 | THIRD-PARTY-LICENSES.txt | |
+18 −0 | bin/system_info/CMakeLists.txt | |
+48 −0 | bin/system_info/print_system_info.c | |
+12 −0 | include/aws/common/byte_buf.h | |
+1 −0 | include/aws/common/hash_table.h | |
+37 −0 | include/aws/common/private/system_info_priv.h | |
+47 −0 | include/aws/common/system_info.h | |
+30 −0 | include/aws/common/system_resource_util.h | |
+3 −2 | include/aws/testing/aws_test_harness.h | |
+3 −3 | source/common.c | |
+96 −35 | source/file.c | |
+24 −0 | source/linux/system_info.c | |
+10 −3 | source/memtrace.c | |
+21 −0 | source/platform_fallback_stubs/system_info.c | |
+32 −0 | source/posix/system_resource_utils.c | |
+80 −0 | source/system_info.c | |
+31 −0 | source/windows/system_resource_utils.c | |
+6 −0 | tests/CMakeLists.txt | |
+44 −18 | tests/alloc_test.c | |
+103 −0 | tests/file_test.c | |
+19 −0 | tests/system_info_tests.c | |
+22 −0 | tests/system_resource_util_test.c |
Submodule aws-c-s3
updated
14 files
+1 −1 | include/aws/s3/private/s3_meta_request_impl.h | |
+73 −0 | include/aws/s3/private/s3_platform_info.h | |
+19 −12 | include/aws/s3/s3.h | |
+5 −5 | samples/s3/main.c | |
+5 −0 | samples/s3/s3-cp.c | |
+5 −0 | samples/s3/s3-ls.c | |
+96 −0 | samples/s3/s3-platform_info.c | |
+9 −72 | source/s3.c | |
+16 −6 | source/s3_meta_request.c | |
+595 −0 | source/s3_platform_info.c | |
+4 −2 | tests/CMakeLists.txt | |
+0 −60 | tests/s3_compute_platform_info_test.c | |
+27 −0 | tests/s3_data_plane_tests.c | |
+99 −0 | tests/s3_platform_info_test.c |
Submodule aws-lc
updated
from e42a4e to 40f0eb
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
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
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