spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
**Type**: Bug **Component**: Credentials **Describe the bug** Using Spring Boot 3.1.3 with Cloud 2022.0.4 **Sample** I have the following in my `application-local.yml` file: ```yaml spring: cloud: aws: credentials: profile: some-profile-name...
**Type**: Bug **Component**: Parameter Store **Describe the bug** I am trying to use aws parameter store reload strategy in my spring boot app. When I change the property value in...
**Type**: Feature **Is your feature request related to a problem? Please describe.** Looking for AWS KMS integration. There is a use case where a public key alias stored on a...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [x] Enhancement - [x] Refactoring ## :scroll: Description Added supported classes for config import which is...
**Type**: Feature **Is your feature request related to a problem? Please describe.** The SnsTemplate instantiates [TopicMessageChannel](https://github.com/awspring/spring-cloud-aws/blob/89c48d80d3bfef80d0e046f06419cdaa3b718d31/spring-cloud-aws-sns/src/main/java/io/awspring/cloud/sns/core/SnsTemplate.java#L140) before sending the message when the topic ARN is provided. However, there is no...
**Type**: Feature I notice that, for a simple upload of an `InputStream`, an entire `S3Resource` has to be created along with the `S3OutputStream`. This results in putting all the data...
**Type**: Bug **Component**: Parameter store **Describe the bug** having issues on retrieval of the parameter store vals results in the following log entry: ``` 15:14:21.641 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter - ***************************...
**Type**: Feature **Is your feature request related to a problem? Please describe.** There's a new SES API, version 2. It would be nice to have this support as well. Happy...
**Type**: Bug **Component**: STS/Autoconfiguration **Describe the bug** We are only using an `StsAssumeRoleCredentialsProvider` to assume a role and not the `StsWebIdentityTokenFileCredentialsProvider`. So there is no need to provide an `webIdentityTokenFile`...
**Type**: Feature **Is your feature request related to a problem? Please describe.** The resolution to the #725 issue (#726) did a good job of addressing the missing table-prefix property, but...