aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I have a requirement where I download the file from S3 bucket to client with a filename which consists of unicode character. Example: ```cpp transfer_manager->DownloadFile(bucket_name, object_name, fileName) ``` , where...
*Issue #, if available:* https://github.com/aws/aws-sdk-cpp/issues/2103 *Description of changes:* remove URI::URLEncodePath *Check all that applies:* - [X] Did a review by yourself. - [ ] Added proper tests to cover this...
### Describe the bug During cmake make step C++ compiler errors in S3CrtClient.cpp: ### Expected Behavior Should build without such errors. ### Current Behavior ``` cmake -DCMAKE_PREFIX_PATH=/local -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/local -Bbuild...
*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 Hi, Is there a plan to add support to send consistency control headers as part of S3 Put operations? I need to be able to send...
### Describe the bug I'm on Windows 11 and Qt6 with cmake SDK build. My goal is to upload large media files (10~15 GB) to an AWS S3 bucket. Currently...
### Describe the bug There are following warnings when I trigger http request, the http response is success, how to solve these warnings? [Warning] (AwsNativeSDK) - [AWS] ClientConfiguration - Retry...
I've run into the closed issue #2109 [Segmentation fault with Transcribe Streaming](https://github.com/aws/aws-sdk-cpp/issues/2109#top) #2109 As I cannot re-open I think the correct thing to do is create a new issue. Sorry...
### Describe the bug backtrace: ``` (gdb) bt #0 aws_s3_client_make_meta_request (client=0x0, options=options@entry=0x7ffd59c43d90) at ./obj-x86_64-linux-gnu/_deps/sdk-src/crt/aws-crt-cpp/crt/aws-c-s3/source/s3_client.c:651 #1 0x0000562afad89120 in Aws::S3Crt::S3CrtClient::PutObjectAsync(Aws::S3Crt::Model::PutObjectRequest const&, std::function const&, std::shared_ptr const&) const (this=0x562afc970020, request=..., handler=..., context=std::shared_ptr (empty) =...