aws-c-s3
aws-c-s3 copied to clipboard
C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.
*Description of changes:* - From one of the failed CI runs, I saw that ``` 2024-04-03T21:25:53.2077062Z ***FAILURE*** Expected success at aws_http_headers_erase(range_get_headers, verify_header.name); got return value -1 with last error 0x0801...
### Describe the bug Mem limiter provides a push back mechanism on scheduler if memory usage is getting close to the limit. With gets there is a chicken and egg...
original issue: https://github.com/aws/aws-sdk-cpp/issues/2822 ### Describe the bug When I try to copy object from one folder to another in same bucket I get an error `Invalid response status from request...
### Describe the feature AWS has a [growing list](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#network-cards) of instance types with multiple NICs. There should be some way to configure the S3 client to use a particular network...
*Issue #, if available:* *Description of changes:* Relax default memory limit logic By submitting this pull request, I confirm that my contribution is made under the terms of the Apache...
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
_`CompleteMultipartUpload` in auto-ranged-PUT failed due to a missing second (and final) `UploadPart`._ We ran into this problem with `aws-c-s3` 0.1.51 and `aws-sdk-cpp` 1.10.54 on Linux ### Problem description Our API...
### Describe the feature As far as I know the API is undocumented (at least I can't find it in search engines and it isn't listed on the official AWS...
Add a boolean `continue_callback`, which polls a request-cancellation flag set by the user. This matches the use-case of the `ContinueRequestHandler` / `ContinueRequest` / `ShouldContinue` boolean functions used by `aws-sdk-cpp`. Passive...
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.