-
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.
Submodules update to pick up S3 fix of upload hang after inactive (#678)
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
6 files
+18 −0 | .github/workflows/handle-stale-discussions.yml | |
+0 −1 | CMakeLists.txt | |
+4 −4 | README.md | |
+28 −27 | cmake/AwsCFlags.cmake | |
+3 −10 | cmake/AwsTestHarness.cmake | |
+5 −3 | include/aws/testing/aws_test_harness.h |
Submodule aws-c-s3
updated
10 files
+2 −1 | .github/workflows/ci.yml | |
+2 −3 | include/aws/s3/private/s3_client_impl.h | |
+23 −19 | source/s3_client.c | |
+5 −4 | source/s3_meta_request.c | |
+3 −1 | tests/CMakeLists.txt | |
+12 −0 | tests/mock_s3_server/GetObject/get_object_checksum_retry.json | |
+173 −120 | tests/mock_s3_server/mock_s3_server.py | |
+56 −0 | tests/s3_data_plane_tests.c | |
+44 −0 | tests/s3_mock_server_tests.c | |
+13 −1 | tests/s3_tester.c |
Submodule aws-lc
updated
from 9b323d to aa90e5