-
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.
pick up fix for s3express create session hang (#533)
- 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 |