-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved S3 progress callback (#666)
Update to latest submodules. This gets us the improved S3 progress callbacks, which now fire for every meta-request type, and no longer overlap. See: awslabs/aws-c-s3#344 ``` aws-c-auth v0.7.2 -> v0.7.3 aws-c-cal v0.6.1 -> v0.6.2 aws-c-common v0.9.0 -> v0.9.1 aws-c-event-stream v0.3.1 -> v0.3.2 aws-c-http v0.7.11 -> v0.7.12 aws-c-io v0.13.31 -> v0.13.32 aws-c-mqtt v0.9.3 -> v0.9.5 aws-c-s3 v0.3.14 -> v0.3.16 aws-lc v1.13.0 -> v1.14.0 s2n v1.3.48 -> v1.3.50 ```
- Loading branch information
Showing
11 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
2 files
+0 −1 | include/aws/auth/credentials.h | |
+1 −3 | source/credentials_provider_process.c |
Submodule aws-c-cal
updated
4 files
+0 −9 | CMakeLists.txt | |
+1 −1 | bin/produce_x_platform_fuzz_corpus/CMakeLists.txt | |
+1 −1 | bin/run_x_platform_fuzz_corpus/CMakeLists.txt | |
+1 −1 | bin/sha256_profile/CMakeLists.txt |
Submodule aws-c-common
updated
37 files
Submodule aws-c-io
updated
6 files
Submodule aws-c-mqtt
updated
14 files
Submodule aws-c-s3
updated
22 files
+18 −0 | .github/workflows/handle-stale-discussions.yml | |
+0 −7 | CMakeLists.txt | |
+3 −1 | include/aws/s3/private/s3_auto_ranged_get.h | |
+52 −4 | include/aws/s3/private/s3_meta_request_impl.h | |
+2 −2 | include/aws/s3/private/s3_request.h | |
+1 −1 | include/aws/s3/private/s3_util.h | |
+6 −1 | include/aws/s3/s3_client.h | |
+1 −1 | samples/s3/CMakeLists.txt | |
+21 −3 | source/s3_auto_ranged_get.c | |
+24 −7 | source/s3_auto_ranged_put.c | |
+4 −6 | source/s3_client.c | |
+20 −4 | source/s3_copy_object.c | |
+23 −0 | source/s3_default_meta_request.c | |
+168 −166 | source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c | |
+2,817 −4,814 | source/s3_endpoint_resolver/aws_s3_endpoint_rule_set.c | |
+156 −65 | source/s3_meta_request.c | |
+9 −9 | source/s3_request.c | |
+2 −2 | source/s3_util.c | |
+114 −85 | tests/s3_data_plane_tests.c | |
+5 −12 | tests/s3_mock_server_tests.c | |
+43 −24 | tests/s3_tester.c | |
+5 −4 | tests/s3_tester.h |
Submodule aws-lc
updated
from 05fc08 to 9b323d
Submodule s2n
updated
from 65e74c to baf094
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters