question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Declarative ClientConfiguration for S3 from Configuration Files

See original GitHub issue

Type: 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:closed
  • Created a year ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rcardincommented, Jun 17, 2022

Sorry, @maciejwalkowiak. I missed the message 😦 Anyway, I’m glad I gave you a good idea.

Thanks for all.

1reaction
maciejwalkowiakcommented, Apr 8, 2022
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found