eladkal commented on code in PR #32955:
URL: https://github.com/apache/airflow/pull/32955#discussion_r1287896757
##########
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:
I guess it calls for following the protocol of adding new provider
https://github.com/apache/airflow/blob/main/PROVIDERS.rst#accepting-new-community-providers
--
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]