-
Notifications
You must be signed in to change notification settings - Fork 66
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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule aws-c-s3
updated
24 files
+34 −17 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/codecov.yml | |
+7 −2 | include/aws/s3/private/s3_checksums.h | |
+4 −0 | include/aws/s3/private/s3_copy_object.h | |
+7 −0 | include/aws/s3/private/s3_meta_request_impl.h | |
+2 −1 | include/aws/s3/private/s3_request_messages.h | |
+1 −15 | include/aws/s3/s3.h | |
+50 −4 | include/aws/s3/s3_client.h | |
+0 −27 | samples/s3/s3-platform_info.c | |
+1 −0 | source/s3.c | |
+56 −68 | source/s3_auto_ranged_put.c | |
+111 −3 | source/s3_checksums.c | |
+3 −34 | source/s3_client.c | |
+14 −1 | source/s3_copy_object.c | |
+160 −157 | source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c | |
+29 −15 | source/s3_meta_request.c | |
+1 −150 | source/s3_platform_info.c | |
+43 −16 | source/s3_request_messages.c | |
+5 −0 | source/s3_util.c | |
+3 −0 | tests/CMakeLists.txt | |
+190 −20 | tests/s3_data_plane_tests.c | |
+26 −4 | tests/s3_s3express_client_test.c | |
+55 −24 | tests/s3_tester.c | |
+13 −3 | 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 aws-lc
updated
from 1be42a to 697acc
Submodule s2n
updated
from 493b77 to 2e79e7