spring-attic / spring-cloud-aws

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
https://awspring.io/
Apache License 2.0
590 stars 376 forks source link

Set specific credential for every integration #666

Closed eddumelendez closed 3 years ago

eddumelendez commented 3 years ago

Is your feature request related to a problem? Please describe. Currently, we are not able to set a specific credential for a given service.

Describe the solution you'd like Add a credential for every ConfigurationProperties which will be prioritized and in case it was not provided the the global credential will be the fallback.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

maciejwalkowiak commented 3 years ago

I'm not convinced we should support it. What's the use case for that? I've never seen a project that needed multiple credentials.