Add Declarative ClientConfiguration for S3 from Configuration Files
See original GitHub issueType: Feature
Is your feature request related to a problem? Please describe.
When I use the AmazonS3
(or AmazonS3Client
) injected by Spring, it is impossible to set any configurations available in the com.amazonaws.ClientConfiguration
class.
Describe the solution you’d like
It might be very useful if such configurations were available through the application.yml
file, under the cloud.aws
root. For example, we could use the property cloud.aws.client.configurations.connection-timeout
to configure the com.amazonaws.ClientConfiguration.connectionTimeout
attribute.
Describe alternatives you’ve considered
The only available alternative is not to use Spring Cloud AWS and instance the AmazonS3
by hand.
I can try to help with this request 😃
Issue Analytics
- State:
- Created a year ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
ClientConfiguration (AWS SDK for Java - 1.12.362)
Sets the optional Windows domain name for configuration an NTLM proxy and returns a reference to this updated ClientConfiguration object so that additional ......
Read more >Spring Cloud AWS
Configuring credentials. Spring Boot provides a standard way to define properties with property file or YAML configuration files. Spring Cloud AWS provides ...
Read more >Boto configuration file | Cloud Storage
boto_old ), run gsutil config or gcloud init , and then transfer any configuration settings you want to keep from your old file...
Read more >How to change default AWS client configuration
Let's say that in our application we want to have a separate thread that each hour gets the logs file and stores them...
Read more >Hazelcast 3.9 Reference Manual
This XML file offers you a declarative way to configure your Hazelcast. ... to your Hazelcast client configuration.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry, @maciejwalkowiak. I missed the message 😦 Anyway, I’m glad I gave you a good idea.
Thanks for all.
I’ve pushed POC https://github.com/awspring/spring-cloud-aws/tree/294-poc