-
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.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aws-c-s3
updated
17 files
+7 −2 | include/aws/s3/private/s3_checksums.h | |
+7 −0 | include/aws/s3/private/s3_meta_request_impl.h | |
+1 −15 | include/aws/s3/s3.h | |
+37 −0 | include/aws/s3/s3_client.h | |
+0 −27 | samples/s3/s3-platform_info.c | |
+1 −0 | source/s3.c | |
+56 −68 | source/s3_auto_ranged_put.c | |
+111 −3 | source/s3_checksums.c | |
+0 −30 | source/s3_client.c | |
+29 −15 | source/s3_meta_request.c | |
+1 −150 | source/s3_platform_info.c | |
+4 −2 | source/s3_request_messages.c | |
+5 −0 | source/s3_util.c | |
+2 −0 | tests/CMakeLists.txt | |
+47 −14 | tests/s3_data_plane_tests.c | |
+28 −10 | tests/s3_tester.c | |
+7 −1 | tests/s3_tester.h |
Submodule aws-lc
updated
from 598285 to 1be42a