-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CRT submodules to latest releases (#652)
* Update CRT submodules to latest releases (aws-c-s3 0.4.3) Submodule mountpoint-s3-crt-sys/crt/aws-c-s3 dc90010..de36fee: > Bypass for CreateSession reqeust (#384) > Mem limiter validation (#385) > Fix tests to use net_test_case (#383) Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk> * Update S3CrtClient test to reflect loosened part size constraint Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk> --------- Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>
- Loading branch information
Showing
2 changed files
with
4 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-s3
updated
11 files
+3 −0 | include/aws/s3/private/s3_buffer_pool.h | |
+1 −0 | include/aws/s3/s3.h | |
+2 −0 | source/s3.c | |
+36 −14 | source/s3_buffer_pool.c | |
+56 −24 | source/s3_client.c | |
+1 −0 | source/s3express_credentials_provider.c | |
+13 −8 | tests/CMakeLists.txt | |
+31 −0 | tests/s3_buffer_pool_tests.c | |
+2 −1 | tests/s3_data_plane_tests.c | |
+1 −4 | tests/s3_mock_server_s3express_provider_test.c | |
+167 −7 | tests/s3_s3express_client_test.c |