aws-sdk-cpp icon indicating copy to clipboard operation
aws-sdk-cpp copied to clipboard

AWS SDK for C++

Results 254 aws-sdk-cpp issues
Sort by recently updated
recently updated
newest added

### Bug description We are experiencing segmentation faults at program exit, when `Aws::ShutdownAPI()` invokes `Aws::Monitoring::CleanupMonitoring()`. These segmentation faults render (long-running) batch jobs as failed - despite of running successfully to...

bug
pending-release

The main SDK enables TCP keep-alive and connection-speed monitoring by default, these options are also important for the S3CrtClient (e.g. https://github.com/awslabs/aws-c-s3/issues/210). Hence, based on https://github.com/awslabs/aws-c-s3/pull/204, expose the following `ClientConfiguration` options...

### Describe the bug Loosely stated, the One Definition Rule in C++ requires that for any given symbol in an application, there must be one and only one definition of...

bug
dependencies

The MonitoringManager can not be shut down via Aws::ShutdownAPI, since there is the possibility of detached threads with completing transfers that still need to call methods of the MonitoringManager. The...

### Describe the bug Hello! I'm trying to compile Gamelift libraries for PS5, but I get compilation errors that I don't know how to fix. I use a PS5 specific...

feature-request
p3

### Describe the bug `ISO_8601DateParser::Parse` accepts ISO 8601 timestamps with either no decimal seconds or with exactly three decimal digits (i.e., millisecond precision). In the latter case the fractional seconds...

bug
pending-release

### Describe the bug I'm trying to build aws-sdk-cpp on windows with the multi-threaded (\MT) runtime library. ### Expected Behavior I want all the projects to be built with the...

bug
p2
Cmake

### Describe the bug When initializing AWS like this: ``` SDKOptions options; options.loggingOptions.logLevel = Aws::Utils::Logging::LogLevel::Trace; InitAPI(options); let credentials = make_shared(IDENTITY_POOL_ID); client = make_unique(credentials, config); ... ``` The logs report several...

bug

- Preparing generation changes for 1.10 - Force git-dir usage to get the version hash - Improvements to core-tests - Type fix for extract_zip declaration on dir_to_delete - Renamed regenerate...

### Describe the bug If the input stream to `PutObject` (provided via `SetBody` of the parent `AmazonStreamingWebServiceRequest` method) is in a bad state ([`fail()`](https://en.cppreference.com/w/cpp/io/basic_ios/fail) returns `true`), the `PutObject{,Async}` call fails...

bug
needs-review