spring-cloud-aws
spring-cloud-aws copied to clipboard
Support Lazy Loading for S3
S3 configuration adds 4 seconds to my application startup, and I have only one not so accessed controller that uses S3, so it would be great if the S3 configuration could be initilized on demand.
Hey @felipekj ,
Could you provide more information please.
If I understood you correctly you are using:
spring.config.import with S3?
Closing due to lack of feedback