habibutsu opened a new issue, #32872:
URL: https://github.com/apache/airflow/issues/32872

   ### Apache Airflow version
   
   2.6.3
   
   ### What happened
   
   [2023-07-26T21:28:19.052+0000] {base_aws.py:160} INFO - No connection ID 
provided. Fallback on boto3 credential strategy 
(region_name='\x1b[01mNone\x1b[22m'). See: 
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html
   Out[19]: 
   (False,
    "'NoCredentialsError' error occurred while testing connection: Unable to 
locate credentials")
   
   
   ### What you think should happen instead
   
   Connection works
   
   ### How to reproduce
   
   ```python
   from airflow.models.connection import Connection
   conn = Connection.from_json('{"conn_type": "aws", "login": "minio-user", 
"password": "minio-password", "extra":{"endpoint_url": 
"http://minio-storage:9000"}}')
   conn.test_connection()
   ````
   
   ### Operating System
   
   Linux/docker
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow==2.6.3
   apache-airflow-providers-amazon==8.2.0
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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

Reply via email to