o-nikolas commented on code in PR #32955:
URL: https://github.com/apache/airflow/pull/32955#discussion_r1287713012
##########
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'm late to this discussion, why is the AWS provider now responsible
for/owns a Minio hook? I know that they support the S3 API, but I'm not sure
that warrants us owning and vending that code in the AWS provider package. It
sets a bit of a precedent I think.
--
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]