Skip to content

Commit

Permalink
latest submodules (#489)
Browse files Browse the repository at this point in the history
aws-c-http         v0.7.10 -> v0.7.11
aws-c-io           v0.13.27 -> v0.13.28
aws-c-s3           v0.3.5 -> v0.3.13
aws-lc             v1.11.0 -> v1.12.0
  • Loading branch information
TingDaoK committed Jul 10, 2023
1 parent 91d3dce commit 3bc469e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crt/aws-c-http
2 changes: 1 addition & 1 deletion crt/aws-c-io
2 changes: 1 addition & 1 deletion crt/aws-c-s3
Submodule aws-c-s3 updated 36 files
+2 −2 .builder/actions/mock_server_setup.py
+15 −7 .github/workflows/ci.yml
+10 −2 CMakeLists.txt
+17 −0 README.md
+14 −10 include/aws/s3/private/s3_auto_ranged_put.h
+4 −1 include/aws/s3/private/s3_copy_object.h
+12 −0 include/aws/s3/private/s3_endpoint_resolver.h
+8 −1 include/aws/s3/private/s3_meta_request_impl.h
+2 −3 include/aws/s3/private/s3_request_messages.h
+3 −0 include/aws/s3/private/s3_util.h
+74 −4 include/aws/s3/s3_client.h
+26 −0 include/aws/s3/s3_endpoint_resolver.h
+8 −2 samples/s3/s3-cp.c
+7 −0 samples/s3/s3-ls.c
+115 −0 scripts/update_s3_endpoint_resolver_artifacts.py
+222 −156 source/s3_auto_ranged_put.c
+12 −6 source/s3_client.c
+23 −20 source/s3_copy_object.c
+199 −0 source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c
+5,224 −0 source/s3_endpoint_resolver/aws_s3_endpoint_rule_set.c
+32 −0 source/s3_endpoint_resolver/s3_endpoint_resolver.c
+1 −0 source/s3_meta_request.c
+10 −16 source/s3_request_messages.c
+4 −1 source/s3_util.c
+27 −4 tests/CMakeLists.txt
+2 −1 tests/mock_s3_server/ListParts/multiple_list_parts_1.json
+2 −1 tests/mock_s3_server/ListParts/multiple_list_parts_2.json
+2 −2 tests/mock_s3_server/ListParts/resume_first_part_not_completed.json
+23 −3 tests/s3_cancel_tests.c
+429 −83 tests/s3_data_plane_tests.c
+112 −0 tests/s3_endpoint_resolver_tests.c
+5 −5 tests/s3_meta_request_test.c
+38 −24 tests/s3_mock_server_tests.c
+9 −7 tests/s3_request_messages_tests.c
+66 −10 tests/s3_tester.c
+20 −1 tests/s3_tester.h
2 changes: 1 addition & 1 deletion crt/aws-lc

0 comments on commit 3bc469e

Please sign in to comment.