shubham22 commented on code in PR #32955:
URL: https://github.com/apache/airflow/pull/32955#discussion_r1287787232
##########
airflow/providers/amazon/provider.yaml:
##########
@@ -499,6 +499,9 @@ hooks:
- integration-name: Amazon Simple Storage Service (S3)
python-modules:
- airflow.providers.amazon.aws.hooks.s3
+ - integration-name: Minio Simple Storage Service (S3)
+ python-modules:
+ - airflow.providers.amazon.aws.hooks.minio
Review Comment:
110% agree with Niko here. We should not set this precedence that Amazon
provider package can or will own MinIO hook or any other hooks outside of
services under AWS. I understand that MinIO is specifically for using S3, but
it is not part of AWS portfolio.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]