forked from awslabs/mountpoint-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CRT submodules to latest releases
Signed-off-by: rajdchak <rajdchak@amazon.co.uk>
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
2 files
+10 −6 | cmake/AwsPrebuildDependency.cmake | |
+2 −1 | cmake/AwsSIMD.cmake |
Submodule aws-c-io
updated
3 files
+15 −4 | CMakeLists.txt | |
+2 −1 | source/posix/socket.c | |
+8 −2 | source/s2n/s2n_tls_channel_handler.c |
Submodule aws-c-s3
updated
11 files
+8 −0 | include/aws/s3/private/s3_meta_request_impl.h | |
+1 −0 | include/aws/s3/s3_client.h | |
+25 −1 | source/s3_copy_object.c | |
+16 −4 | source/s3_meta_request.c | |
+2 −0 | tests/CMakeLists.txt | |
+46 −236 | tests/s3_data_plane_tests.c | |
+44 −0 | tests/s3_s3express_client_test.c | |
+258 −0 | tests/s3_tester.c | |
+27 −0 | tests/s3_tester.h | |
+4 −0 | tests/test_helper/README.md | |
+4 −5 | tests/test_helper/test_helper.py |
Submodule s2n-tls
updated
14 files
+29 −0 | api/unstable/cleanup.h | |
+2 −2 | bindings/rust/s2n-tls-hyper/Cargo.toml | |
+1 −1 | bindings/rust/s2n-tls-sys/templates/Cargo.template | |
+2 −2 | bindings/rust/s2n-tls-tokio/Cargo.toml | |
+2 −2 | bindings/rust/s2n-tls/Cargo.toml | |
+12 −0 | bindings/rust/s2n-tls/src/connection.rs | |
+1 −1 | codebuild/bin/install_awslc.sh | |
+3 −1 | docs/DEVELOPMENT-GUIDE.md | |
+3 −1 | docs/usage-guide/topics/ch02-initialization.md | |
+4 −4 | flake.lock | |
+1 −1 | flake.nix | |
+28 −1 | tests/unit/s2n_init_test.c | |
+22 −5 | utils/s2n_init.c | |
+2 −0 | utils/s2n_init.h |