initializeClient

protected abstract suspend fun initializeClient()

Additional initialization for specific client implementations. This method is called by initialize after the storage client is initialized. Subclasses should override this method to perform additional initialization.

Throws

if the client cannot be initialized.