-
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.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule aws-c-s3
updated
17 files
+15 −6 | include/aws/s3/private/s3_auto_ranged_get.h | |
+26 −7 | include/aws/s3/private/s3_util.h | |
+2 −0 | include/aws/s3/s3.h | |
+9 −0 | include/aws/s3/s3_client.h | |
+2 −0 | source/s3.c | |
+314 −118 | source/s3_auto_ranged_get.c | |
+27 −13 | source/s3_client.c | |
+68 −14 | source/s3_meta_request.c | |
+90 −16 | source/s3_util.c | |
+9 −2 | tests/CMakeLists.txt | |
+4 −3 | tests/mock_s3_server/mock_s3_server.py | |
+27 −18 | tests/s3_cancel_tests.c | |
+478 −7 | tests/s3_data_plane_tests.c | |
+1 −1 | tests/s3_mock_server_tests.c | |
+8 −1 | tests/s3_tester.c | |
+4 −0 | tests/s3_tester.h | |
+167 −7 | tests/s3_util_tests.c |