You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently in order to customize the Storage Bean for things like retries and timeouts, the only way seems to be to initialize a custom bean like so
Describe the solution you'd like
It would be super convenient to have the ability to provide these configurations in the application.properties file itself to be picked up during auto-configuration of the bean. For eg.
Is your feature request related to a problem? Please describe.
Currently in order to customize the Storage Bean for things like retries and timeouts, the only way seems to be to initialize a custom bean like so
Describe the solution you'd like
It would be super convenient to have the ability to provide these configurations in the application.properties file itself to be picked up during auto-configuration of the bean. For eg.
The text was updated successfully, but these errors were encountered: