spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
…file properties that don't exist; it will load CredentialsProperties instead. ## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ]...
**Type**: Feature **Is your feature request related to a problem? Please describe.** Currently when a project wants to use profile configuration with credentials and regions, we need to configure twice...
`@ServiceConnection` support that's being added in https://github.com/awspring/spring-cloud-aws/pull/1075 does not help with ParameterStore and SecretsManager, as those integration are initiated in the bootstrap phase, before service connection related factories kick in....
**Type**: Bug **Component**: S3 **Describe the bug** Running any version of `spring-cloud-aws-dependencies` higher than 3.0.2 (tested with 3.0.3 - 3.1.1) causes our Gitlab CI runner (an AWS `t3.xlarge` instance) to...
**Type**: Bug **Component**: SNS, SQS **Description** Reference documentation [mentions](https://docs.awspring.io/spring-cloud-aws/docs/3.1.1/reference/html/index.html#sns-messages) that when we receive SNS messages through the `@SqsListener`, the message includes all attributes of the `SnsNotification`. However, the attributes are...
**Type**: Feature **Is your feature request related to a problem? Please describe.** Several methods of the S3Resource object throw IOExceptions in their signature. But Exception is never thrown in those...
**Type**: Bug **Component**: "S3" **Describe the bug** I'm trying to create `PUT` presigned url` in order to send them to the client and client makes the upload to my S3...
**Type**: Feature **Is your feature request related to a problem? Please describe.** public void stop(String logicalQueueName) { stopQueue(logicalQueueName); try { if (isRunning(logicalQueueName)) { Future future = this.scheduledFutureByQueue.remove(logicalQueueName); if (future !=...
**Type**: Feature **Is your feature request related to a problem? Please describe.** If writing a file through S3OutputStream has started - there is no possibility to abort the upload. My...
**Type**: Bug **Component**: S3 **Describe the bug** Hello, I'm encountering an issue with an application responsible for generating a large number of documents. The problem arises sporadically, where I receive...