rcampos87 commented on issue #56243: URL: https://github.com/apache/airflow/issues/56243#issuecomment-3456641462
this is still broken in version 3.1.1
```
│ 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
```
--
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]
