-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws-c-auth v0.7.4 -> v0.7.5 aws-c-cal v0.6.7 -> v0.6.9 aws-c-common v0.9.4 -> v0.9.7 aws-c-s3 v0.3.19 -> v0.3.22 aws-lc v1.16.0 -> v1.17.1 s2n v1.3.55 -> v1.3.56
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
2 files
+2 −1 | source/signable_http_request.c | |
+3 −1 | tests/sigv4_signing_tests.c |
Submodule aws-c-common
updated
34 files
Submodule aws-c-s3
updated
13 files
+1 −1 | include/aws/s3/private/s3_meta_request_impl.h | |
+73 −0 | include/aws/s3/private/s3_platform_info.h | |
+19 −12 | include/aws/s3/s3.h | |
+5 −5 | samples/s3/main.c | |
+5 −0 | samples/s3/s3-cp.c | |
+5 −0 | samples/s3/s3-ls.c | |
+96 −0 | samples/s3/s3-platform_info.c | |
+9 −72 | source/s3.c | |
+6 −6 | source/s3_meta_request.c | |
+595 −0 | source/s3_platform_info.c | |
+3 −2 | tests/CMakeLists.txt | |
+0 −60 | tests/s3_compute_platform_info_test.c | |
+99 −0 | tests/s3_platform_info_test.c |
Submodule aws-lc
updated
from e42a4e to 69f126
Submodule s2n
updated
from 3526e6 to 95753f