The AWS S3 Storage datasource provider defines GoogleCloudStorageDatasourceProvider in datasources/aws_s3_storage/provider/aws_s3_storage.py.
That is the same class name as the Google Cloud Storage plugin. Other datasource providers use service-specific names (AzureBlobDatasourceProvider, GitHubDatasourceProvider, etc.), so this looks like a copy-paste error.
Expected: Rename the class to AwsS3StorageDatasourceProvider and bump the plugin patch version in manifest.yaml.
The AWS S3 Storage datasource provider defines
GoogleCloudStorageDatasourceProviderindatasources/aws_s3_storage/provider/aws_s3_storage.py.That is the same class name as the Google Cloud Storage plugin. Other datasource providers use service-specific names (
AzureBlobDatasourceProvider,GitHubDatasourceProvider, etc.), so this looks like a copy-paste error.Expected: Rename the class to
AwsS3StorageDatasourceProviderand bump the plugin patch version inmanifest.yaml.