How to use custom AmazonS3 client #3693
-
Hello! I found that class S3PayloadStorage initializes the client right in the constructor and because of this there is no possibility to inject custom configured AmazonS3 Client. Was it done for a specific reason or can I make a PR with a fix? I am using Pure Storage (s3 compatible storage) and would like to be able to initialize it as a separate Bean. And then S3PayloadStorage autowired my bean. Initializing my Bean might look something like this:
Thanks in advance for the answer! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I've opened PR #3699 |
Beta Was this translation helpful? Give feedback.
-
PR was merged. |
Beta Was this translation helpful? Give feedback.
I've opened PR #3699