-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Daniel Carl Jones <[email protected]>
- Loading branch information
1 parent
f34f3d6
commit 6dfa55e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-c-s3
updated
18 files
+7 −7 | docs/memory_aware_request_execution.md | |
+0 −8 | include/aws/s3/private/s3_util.h | |
+1 −0 | include/aws/s3/s3.h | |
+1 −0 | source/s3.c | |
+2 −2 | source/s3_auto_ranged_get.c | |
+2 −2 | source/s3_auto_ranged_put.c | |
+1 −1 | source/s3_copy_object.c | |
+6 −5 | source/s3_meta_request.c | |
+17 −6 | source/s3express_credentials_provider.c | |
+1 −0 | tests/CMakeLists.txt | |
+3 −2 | tests/s3_mock_server_s3express_provider_test.c | |
+1 −1 | tests/s3_mock_server_tests.c | |
+1 −1 | tests/s3_retry_tests.c | |
+81 −25 | tests/s3_s3express_client_test.c | |
+34 −0 | tests/s3_tester.c | |
+10 −0 | tests/s3_tester.h | |
+10 −1 | tests/test_helper/README.md | |
+101 −62 | tests/test_helper/test_helper.py |