-
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
7 changed files
with
7 additions
and
7 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
5 files
+74 −1 | source/channel_bootstrap.c | |
+5 −1 | source/event_loop.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
6 files
+14 −1 | README.md | |
+9 −0 | docs/GetObject.md | |
+4 −0 | docs/images/GetObjectFlow.svg | |
+1 −1 | docs/memory_aware_request_execution.md | |
+2 −2 | include/aws/s3/s3_client.h | |
+9 −8 | 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