Understand the ConnectorInterface
5.3The ConnectorInterface defines a single public method:
connect(array $config): Accepts an array of configuration settings and returns a connection instance.
While this package does not use this interface internally, it is a standard used by compatible packages like Laravel Flysystem to ensure consistent connection creation.