forked from awslabs/mountpoint-s3
-
Notifications
You must be signed in to change notification settings - Fork 1
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 (aws-c-s3 0.4.3)
Submodule mountpoint-s3-crt-sys/crt/aws-c-s3 dc90010..de36fee: > Bypass for CreateSession reqeust (awslabs#384) > Mem limiter validation (awslabs#385) > Fix tests to use net_test_case (awslabs#383) Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
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 |