Commit 2832a34
File tree
5 files changed
+17
-5
lines changed- crt
- src/main/java/software/amazon/awssdk/crt/s3
5 files changed
+17
-5
lines changedSubmodule aws-c-auth updated 16 files
- include/aws/auth/auth.h+10
- include/aws/auth/credentials.h+78-2
- include/aws/auth/private/aws_http_credentials_provider.h+160
- include/aws/auth/private/credentials_utils.h+7-1
- include/aws/auth/private/login_token_utils.h+172
- source/auth.c+30
- source/aws_http_credentials_provider.c+470
- source/credentials_provider_login.c+472
- source/credentials_provider_sso.c+218-617
- source/credentials_provider_sts.c+3-1
- source/credentials_provider_sts_web_identity.c+3-1
- source/credentials_utils.c+22-7
- source/login_token_utils.c+1.1k
- tests/CMakeLists.txt+13
- tests/credentials_provider_login_tests.c+770
- tests/credentials_utils_tests.c+28-10
Submodule aws-c-common updated 13 files
- CMakeLists.txt-4
- cmake/AwsThreadName.cmake-7
- include/aws/common/encoding.h+18
- include/aws/common/platform.h+4
- include/aws/common/system_info.h+17
- source/arch/intel/encoding_avx2.c+13-4
- source/byte_buf.c+1
- source/encoding.c+127-47
- source/posix/system_info.c+7-4
- source/system_info.c+36
- tests/CMakeLists.txt+10
- tests/encoding_test.c+143-28
- tests/system_info_tests.c+30-1
- .github/workflows/ci.yml+2
- CMakeLists.txt+1
- README.md+45-8
- 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+47-32
- source/s3_buffer_pool.c+27
- source/s3_client.c+154-42
- 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+42-3
- source/s3_request.c+32
- source/s3_util.c+287-30
- tests/CMakeLists.txt+52-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_memory_limit_env_var_test.c+181
- 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