fix(aws_s3_storage): rename misnamed provider class - #3366
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the version of the aws_s3_storage plugin to 0.3.12 in manifest.yaml and corrects the class name in aws_s3_storage.py from GoogleCloudStorageDatasourceProvider to AwsS3StorageDatasourceProvider. There are no review comments, so no feedback is provided.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
b1395a5 to
9e1160e
Compare
|
Synced with latest main. Okay, please review it. |
cedf396 to
c9d9745
Compare
|
Can someone take a look when you have a chance? |
2 similar comments
|
Can someone take a look when you have a chance? |
|
Can someone take a look when you have a chance? |
509dcd8 to
5e1fe99
Compare
|
Can someone take a look when you have a chance? |
2 similar comments
|
Can someone take a look when you have a chance? |
|
Can someone take a look when you have a chance? |
30abfc7 to
45cb26f
Compare
|
Can someone take a look when you have a chance? |
3 similar comments
|
Can someone take a look when you have a chance? |
|
Can someone take a look when you have a chance? |
|
Can someone take a look when you have a chance? |
4b6cfca to
5f8ba19
Compare
|
Can someone take a look when you have a chance? |
1 similar comment
|
Can someone take a look when you have a chance? |
1. Apply `ruff format` to datasources/aws_s3_storage/provider/aws_s3_storage.py. No behavioral change.
896454e to
be64b30
Compare
Fixes #3365
The AWS S3 Storage datasource provider used
GoogleCloudStorageDatasourceProvider, the same class name as the Google Cloud Storage plugin. Renamed toAwsS3StorageDatasourceProviderto match other datasource providers. Bumped patch version to 0.3.12.Change Type
Testing
python3 -m py_compile datasources/aws_s3_storage/provider/aws_s3_storage.py