-
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
6 changed files
with
31 additions
and
13 deletions.
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 |
Submodule aws-c-sdkutils
updated
8 files
Submodule aws-lc
updated
from 80f3f3 to 444e47
Submodule s2n
updated
from 95753f to 965bde
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters