spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

The New Home for Spring Cloud AWS

Results 200 spring-cloud-aws issues
Sort by recently updated
recently updated
newest added

**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...

component: core
status: waiting-for-feedback

**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...

component: parameter-store
type: documentation
status: ideal-for-contribution

**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...

status: waiting-for-feedback
status: team-discussion

## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [x] Enhancement - [x] Refactoring ## :scroll: Description Added supported classes for config import which is...

component: parameter-store
component: s3
type: documentation
type: dependency-upgrade

**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...

component: sns
status: ideal-for-contribution

**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...

component: s3

**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 - ***************************...

component: parameter-store
component: secrets-manager
type: enhancement
status: ideal-for-contribution

**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...

component: ses
type: dependency-upgrade
status: waiting-for-feedback

**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...

status: waiting-for-feedback
component: dynamodb