Marcus Hellqvist

Results 2 issues of Marcus Hellqvist

### Describe the bug Put/GetObjectAsync calls aws_s3_client_make_meta_request() which eventually ends up in a call to getaddrinfo(). _hostname_cstr_ containes both the host and port and cannot be resolved. https://github.com/awslabs/aws-c-io/blob/e538d31d458e25918eed892a998c697386f7800e/source/posix/host_resolver.c#L43 ### Expected...

feature-request

### Describe the bug Credential provider may not be initialized resulting in a segmentation fault here: https://github.com/aws/aws-sdk-cpp/blob/4db1ff69fa185c7910394f4a6462cbea278a1707/aws-cpp-sdk-s3-crt/source/S3CrtClient.cpp#L223 ### Expected behavior Log an error and abort initialization. ### Current behavior Segmentation...

bug
needs-review