spring-cloud-aws
spring-cloud-aws copied to clipboard
All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
## :loudspeaker: Type of change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description In the PathResourceResolver.isResourceUnderLocation method, a slash...
I am consuming the events that occurred in the s3 bucket using the SQS and fetching the s3 object using the keys, I am using the @SqsListener to listen to...
**Type**: Bug **Component**: aws-parameter-store-config **Describe the bug** Hi everyone, I'm having an issue with ` aws-parameter-store-config` only locally (everything works on aws) so I guess I have a problem within...
**Type**: Feature **Is your feature request related to a problem? Please describe.** I would like to be able to use Project Reactor with S3. **Describe the solution you'd like** Addition...
I have recently added Parameter Store support via this library in addition to the existing Consul support to our application of ours. The latter periodically polls Consul for values and...
**Type**: Bug **Component**: Documentation **Describe the bug** Please provide details of the problem, including the version of Spring Cloud that you are using. I went to the documentation as a...
Enable to use of AppConfig as PropertySource supporting Yaml & Json content-types.
**Type**: Bug **Component**: "Secrets Manager" **Describe the bug** I am using **spring-cloud-starter-aws-secrets-manager-config** to retrieve secrets from Secret Manager. It works perfectly fine with a single secret however I want to...
**Type**: Bug **Component**: - spring-cloud-aws-secrets-manager-config - Secrets Manager **Describe the bug** General Startup failure because of an - maybe - unused dependency [(pom.xml)](https://github.com/spring-cloud/spring-cloud-aws/blob/8d1675bd900071094ed92e638e8ff2ca093a6633/spring-cloud-aws-secrets-manager-config/pom.xml#L43) to the now not longer support `spring-cloud-context`....
AWS SSM does not support square brackets in the parameter name which conflicts with how Spring Cloud AWS 2.3 wants us to configure our datasource in Spring Boot. See: https://docs.awspring.io/spring-cloud-aws/docs/2.3.0/reference/html/index.html#data-access-with-jdbc...