4 files changed
+7
-3
lines changed- .github/workflows/ci.yml+11
- benchmarks/benchmarks-stack/benchmarks-stack/lib/init_instance.sh+2-1
- include/aws/s3/private/s3_auto_ranged_get.h+3
- include/aws/s3/private/s3_checksums.h+29-4
- include/aws/s3/private/s3_client_impl.h+114-25
- include/aws/s3/private/s3_default_meta_request.h+1-3
- include/aws/s3/private/s3_meta_request_impl.h+13-7
- include/aws/s3/private/s3_request.h+4
- include/aws/s3/private/s3_request_messages.h+13-3
- include/aws/s3/s3_client.h+173-30
- samples/s3/cli_progress_bar.c+1-2
- source/s3_auto_ranged_get.c+64-10
- source/s3_auto_ranged_put.c+38-17
- source/s3_checksum_stream.c+16-14
- source/s3_checksums.c+40
- source/s3_client.c+139-38
- source/s3_copy_object.c+3-3
- source/s3_default_meta_request.c+12-22
- source/s3_endpoint.c+109-47
- source/s3_meta_request.c+97-69
- source/s3_request_messages.c+139-42
- tests/CMakeLists.txt+11-2
- tests/s3_cancel_tests.c+4-4
- tests/s3_checksum_stream_test.c+2-2
- tests/s3_data_plane_tests.c+482-37
- tests/s3_endpoint_tests.c+2-2
- tests/s3_request_messages_tests.c+2-2
- tests/s3_retry_tests.c+7-7
- tests/s3_tester.c+90-17
- tests/s3_tester.h+13-3
Submodule aws-c-sdkutils updated 1 file
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| 153 | + | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
| |||
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
| 245 | + | |
| 246 | + | |
243 | 247 | | |
244 | 248 | | |
245 | 249 | | |
| |||
0 commit comments