Skip to content

Commit

Permalink
submodules update (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jul 5, 2023
1 parent d3cba2d commit cf0a346
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion crt/aws-c-s3
Submodule aws-c-s3 updated 46 files
+7 −7 .github/workflows/ci.yml
+10 −2 CMakeLists.txt
+17 −0 README.md
+24 −17 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
+33 −7 include/aws/s3/private/s3_meta_request_impl.h
+2 −3 include/aws/s3/private/s3_request_messages.h
+5 −1 include/aws/s3/private/s3_util.h
+1 −0 include/aws/s3/s3.h
+28 −7 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
+2 −1 source/s3.c
+18 −13 source/s3_auto_ranged_get.c
+730 −384 source/s3_auto_ranged_put.c
+37 −15 source/s3_client.c
+55 −55 source/s3_copy_object.c
+95 −11 source/s3_default_meta_request.c
+104 −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 −1 source/s3_list_objects.c
+1 −1 source/s3_list_parts.c
+91 −68 source/s3_meta_request.c
+87 −91 source/s3_request_messages.c
+15 −15 source/s3_util.c
+35 −11 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
+0 −70 tests/s3_bad_input_stream.c
+71 −12 tests/s3_cancel_tests.c
+556 −97 tests/s3_data_plane_tests.c
+112 −0 tests/s3_endpoint_resolver_tests.c
+5 −5 tests/s3_meta_request_test.c
+34 −38 tests/s3_mock_server_tests.c
+9 −7 tests/s3_request_messages_tests.c
+46 −14 tests/s3_retry_tests.c
+108 −40 tests/s3_tester.c
+13 −6 tests/s3_tester.h
+19 −31 tests/s3_util_tests.c
+1 −1 tests/test_helper/README.md
+6 −1 tests/test_helper/test_helper.py
2 changes: 1 addition & 1 deletion crt/aws-c-sdkutils
2 changes: 1 addition & 1 deletion crt/aws-lc
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from 9b7b1f to e954ee

0 comments on commit cf0a346

Please sign in to comment.