blcksrx commented on issue #15319:
URL: https://github.com/apache/airflow/issues/15319#issuecomment-817979477


   @izhangzhihao Currently Its possible to use S3 compatible object storage. 
you have to create an S3 connection in airflow with these extra args:
   ```
   {
       "aws_access_key_id":"your_minio_access_key",
       "aws_secret_access_key": "your_minio_secret_key",
       "host": "http://127.0.0.1:9000";
    }
   ```
    
    


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to