aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
*Issue #, if available:* *Description of changes:* *Check all that applies:* - [ ] Did a review by yourself. - [ ] Added proper tests to cover this PR. (If...
### Describe the feature original discussion: https://github.com/aws/aws-sdk-cpp/discussions/2887#discussioncomment-8876613 generate RC files for windows DLLs to include the product information - Company name - Product Version ### Use Case it would help...
### Describe the bug When moving from the regular s3 client to s3-crt client we've been getting the following errors on object keys that have special characters in them (i.e....
*Issue #, if available:* N/A *Description of changes:* aws-chunked encoding documentation is pretty scarce, the best article that I could find - https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-streaming.html - says the chunk size must be...
*Issue #, if available:* *Description of changes:* *Check all that applies:* - [ ] Did a review by yourself. - [ ] Added proper tests to cover this PR. (If...
### Describe the bug #### Context `pkg-config` is a Unix tool that allows easy retrieval of compiler and linker flags of dependencies. It relies on `.pc` files installed in a...
### Describe the bug We are using CurveFS to mount object storage as local files, and CurveFS relies on AWS SDK for C++ implementation. When we were making a change...
### Describe the bug One of our users has [reported](https://github.com/apache/arrow/issues/40279) that creating a S3Client instance can take up to 1 millisecond. According to profiler statistics, most of the time is...
*Issue #, if available:* *Description of changes:* The `STSProfileCredentialProvider` class has a constructor overload that accepts an `STSClient` factory function. The problem with this function is that it returns an...
…ng an error later on *Issue #, if available:* https://github.com/aws/aws-sdk-cpp/issues/1961 *Description of changes: this change is about not setting a checksum algorithm if the transfer_config is set to NOT_SET Not...