-
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
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
17 files
Submodule aws-c-s3
updated
9 files
+1 −1 | CMakeLists.txt | |
+1 −1 | README.md | |
+6 −6 | include/aws/s3/s3_client.h | |
+0 −6 | source/s3_client.c | |
+99 −21 | source/s3_request_messages.c | |
+4 −0 | tests/CMakeLists.txt | |
+52 −8 | tests/s3_data_plane_tests.c | |
+3 −1 | tests/s3_tester.c | |
+1 −0 | tests/s3_tester.h |