-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support request level part size configuration (#539)
- Add support for request level override for part size and upload threshold - Add support for on_done callback with the did_validate checksum and the checksum algorithm. - Submodules update for several S3 related improvements: - Fix Get-Object with partNumber - Skip HeaderRequest for ranged get - Cancel/Pause s3 request now faster (will cancel the ongoing HTTP requests now) Co-authored-by: Michael Graeb <[email protected]>
- Loading branch information
Showing
9 changed files
with
130 additions
and
18 deletions.
There are no files selected for viewing
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
Submodule aws-c-http
updated
11 files
+1 −0 | include/aws/http/private/h1_stream.h | |
+1 −0 | include/aws/http/private/request_response_impl.h | |
+12 −0 | include/aws/http/request_response.h | |
+28 −0 | source/h1_connection.c | |
+2 −2 | source/h1_encoder.c | |
+1 −0 | source/h1_stream.c | |
+31 −9 | source/h2_stream.c | |
+4 −0 | source/request_response.c | |
+2 −0 | tests/CMakeLists.txt | |
+56 −0 | tests/test_h1_client.c | |
+43 −0 | tests/test_h2_client.c |
Submodule aws-c-s3
updated
32 files
Submodule aws-c-sdkutils
updated
8 files
Submodule aws-lc
updated
from 80f3f3 to dc4e28
Submodule s2n
updated
from 95753f to a9a07a
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
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