# Functions
GetMinIOClient is a utility function for returning a MinIO client to the given configuration.
MinIOSinkCredentialsFromEnv returns a credentials getter that retrieves the credentials from the environment variables configured by the controller for the sink.
MinIOSrcCredentialsFromEnv returns a credentials getter that retrieves the credentials from the environment variables configured by the controller for the src.
MinIOWatchCredentialsFromCR returns a credentials getter that uses the given client and CR to produce credentials to the bucket being watched for transformations.
# Interfaces
MinIOCredentialsGetter is a credential getter for minio clients.