[FEATURE]: Support dynamic API client configuration #69
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
Are you interested in contributing to the development of this feature?
Yes
Is your feature request related to a problem? Please describe.
Currently, the driver uses a static API client configuration that doesn't allow for dynamic creation or customization of API clients based on user requirements. This limitation can be problematic for users who need to interact with different accounts, e.g. using different credentials or endpoints.
Describe the solution you'd like.
Add common parameter that can be added to both
BucketClass
andBucketAccessClass
to dynamically create new client, e.g.:The secret should have the following format:
If no
secretRef
is provided, then it should fallback to default client.Describe alternatives you've considered.
N/A
Additional Information
Any other relevant information about the feature request.
The text was updated successfully, but these errors were encountered: