Dengke Tang
Dengke Tang
Still need to propagate the fix properly to the v2 iot-device-sdks
let's keep this PR, we will come back later.
Hi, thanks for reporting the issue. The alpine linux is not currently supported by CRT for now. It's in our plan to support it in the future. For now, can...
@zoewangg The latest release of [email protected] supports the unknown content-length now.
For CRT S3, we do support endpoint override for request level, https://github.com/awslabs/aws-c-s3/blob/main/include/aws/s3/s3_client.h#L395-L401 The issue here is C++ SDK needs to store the client level endpoint override somewhere and feed it...
> Hi @juanmol, the AWS CRT has added provisional support for `HTTP_PROXY` and `HTTPS_PROXY` environment variables ([awslabs/aws-crt-python#313](https://github.com/awslabs/aws-crt-python/pull/313)) in `awscrt==0.12.3`. > > If you get a moment to check this out,...
with https://github.com/awslabs/aws-c-s3/pull/395, we now cancel all the in-flight requests. It's over-complicate the behavior for user to control for each requests. Unless you have a strong opinion with use case, I...
Yeah, please share the CMakeLists, which will help us to reproduce the issue.
The log you show is less than 2 secs. ``` [DEBUG] 2024-06-04 11:36:31.624 task-scheduler [140710120072960] id=0x7ff98c003238: Scheduling gather_statistics task for future execution at time 1311437023221890 [DEBUG] 2024-06-04 11:36:31.965 task-scheduler [140709998868224]...
The CRT client has a very limited support for copy object. One of the limitation is it only supports virtual host addressing style, [here](https://github.com/awslabs/aws-c-s3/blob/main/include/aws/s3/s3_client.h#L80-L81) In your case, you override the...