Commit ed3727b
- .github/workflows/ci.yml+2
- CMakeLists.txt+1
- include/aws/s3/private/s3_auto_ranged_get.h+13
- include/aws/s3/private/s3_client_impl.h+11-1
- include/aws/s3/private/s3_default_buffer_pool.h+70
- include/aws/s3/private/s3_meta_request_impl.h+23
- include/aws/s3/private/s3_request.h+12-2
- include/aws/s3/private/s3_util.h+73-1
- include/aws/s3/s3_buffer_pool.h+53
- include/aws/s3/s3_client.h+36-2
- source/s3_auto_ranged_get.c+131-25
- source/s3_auto_ranged_put.c+46-31
- source/s3_buffer_pool.c+27
- source/s3_client.c+111-39
- source/s3_default_buffer_pool.c+379-129
- source/s3_default_meta_request.c+7
- source/s3_endpoint_resolver/aws_s3_endpoint_rule_set.c+5.2k-4.0k
- source/s3_meta_request.c+41-3
- source/s3_request.c+32
- source/s3_util.c+287-30
- tests/CMakeLists.txt+46-1
- tests/fuzz/fuzz_buffer_pool_special_size.c+373
- tests/fuzz/fuzz_buffer_pool_special_size_keep_pending.c+282
- tests/fuzz/fuzz_extract_parts_from_etag.c+70
- tests/fuzz/fuzz_optimal_range_size.c+129
- tests/mock_s3_server/mock_s3_server.py+2-1
- tests/s3_buffer_pool_special_size_tests.c+533
- tests/s3_cancel_tests.c+46-15
- tests/s3_client_test.c+75
- tests/s3_data_plane_tests.c+537-36
- tests/s3_max_active_connections_override_test.c+253
- tests/s3_meta_request_test.c+1-1
- tests/s3_mock_server_tests.c+9-9
- tests/s3_tester.c+13-7
- tests/s3_tester.h+9
- tests/s3_util_tests.c+269-6
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
151 | 163 | | |
152 | 164 | | |
153 | 165 | | |
| |||
358 | 370 | | |
359 | 371 | | |
360 | 372 | | |
361 | | - | |
| 373 | + | |
362 | 374 | | |
363 | 375 | | |
364 | 376 | | |
| |||
0 commit comments