rcampos87 opened a new issue, #57431: URL: https://github.com/apache/airflow/issues/57431
### Apache Airflow version 3.1.1 ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? See https://github.com/apache/airflow/issues/56243. ``` │ File "/home/airflow/.local/lib/python3.10/site-packages/botocore/hooks.py", line 256, in emit │ │ return self._emit(event_name, kwargs) │ │ response = handler(**kwargs) │ │ File "/home/airflow/.local/lib/python3.10/site-packages/botocore/signers.py", line 108, in handler │ │ return self.sign(operation_name, request) │ │ File "/home/airflow/.local/lib/python3.10/site-packages/botocore/signers.py", line 200, in sign │ │ auth.add_auth(request) │ │ File "/home/airflow/.local/lib/python3.10/site-packages/botocore/auth.py", line 422, in add_auth │ │ raise NoCredentialsError() │ │ botocore.exceptions.NoCredentialsError: Unable to locate credentials ``` ``` logging: remote_logging: 'True' remote_base_log_folder: s3://cloudadmin-airflow/logs remote_log_conn_id: s3Minio encrypt_s3_logs: 'False' ``` When trying to see a task log on UI, we get error 500. ### What you think should happen instead? _No response_ ### How to reproduce Enable remote logging and try viewing a task log in UI ### Operating System Debian bookworm ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### 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]
