-
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.
Co-authored-by: Waqar Ahmed Khan <[email protected]>
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
179 files
Submodule aws-c-event-stream
updated
3 files
+1 −1 | source/event_stream.c | |
+1 −0 | tests/CMakeLists.txt | |
+87 −0 | tests/message_streaming_decoder_test.c |
Submodule aws-c-io
updated
4 files
+74 −1 | source/channel_bootstrap.c | |
+0 −1 | source/tls_channel_handler.c | |
+1 −0 | tests/CMakeLists.txt | |
+105 −0 | tests/socket_handler_test.c |
Submodule aws-c-s3
updated
5 files
+14 −1 | README.md | |
+9 −0 | docs/GetObject.md | |
+4 −0 | docs/images/GetObjectFlow.svg | |
+1 −1 | docs/memory_aware_request_execution.md | |
+3 −7 | source/s3_client.c |
Submodule aws-c-sdkutils
updated
13 files
+47 −0 | include/aws/sdkutils/private/endpoints_regex.h | |
+18 −0 | include/aws/sdkutils/private/endpoints_types_impl.h | |
+0 −9 | include/aws/sdkutils/private/endpoints_util.h | |
+3 −0 | include/aws/sdkutils/sdkutils.h | |
+435 −0 | source/endpoints_regex.c | |
+16 −4 | source/endpoints_standard_lib.c | |
+3 −0 | source/endpoints_types_impl.c | |
+0 −61 | source/endpoints_util.c | |
+34 −3 | source/partitions.c | |
+16 −0 | source/sdkutils.c | |
+4 −1 | tests/CMakeLists.txt | |
+138 −0 | tests/endpoints_regex_tests.c | |
+0 −38 | tests/endpoints_util_tests.c |
Submodule aws-lc
updated
from dc4e28 to 19d9ac
Submodule s2n
updated
from a9a07a to 54fbc3
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