Re: ** Regarding setting configurable S3Options **

2020-03-17 Thread Luke Cwik
If you want to create a custom S3ClientBuilderFactory, you just need to ensure your class has a zero-args constructor implements S3ClientBuilderFactory. What was the Jackson error you saw? If you only care about modifying some of the ClientConfiguration parameters, you can open a pull request and

** Regarding setting configurable S3Options **

2020-03-17 Thread Akshay Iyangar
Hi here, So I was interested in setting some Aws Client Configuraiton options for S3 to tune some of its client parameters according to my liking. I was going through the code and found that there is something called DefaultS3ClientBuilderFactory available and was thinking of using something