Maximilian Schellhorn

Results 3 issues of Maximilian Schellhorn

### Describe the feature The aws-crt package is a large JAR that contains all compiled C libraries for many different platforms (Windows, Linux, etc). However, it provides the possiblity to...

feature-request
p2

*Description of changes:* Updated dependencies & removed CRT config files as they are now provided out of the box. By submitting this pull request, I confirm that you can use,...

### Describe the bug We recently introduced automatic credentials reload in the [EventBridge Kafka connector](https://github.com/awslabs/eventbridge-kafka-connector) by leveraging _ProfileFileSupplier.defaultSupplier_ as recommended in the [official docs](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials-profiles.html#profile-reloading): ```java var provider = DefaultCredentialsProvider.builder() //.profileFile(ProfileFile.defaultProfileFile())

bug
p2