Afakari commented on issue #2862:
URL:
https://github.com/apache/iceberg-python/issues/2862#issuecomment-4534253955
```python
# Disable the AWS Signer
from botocore import UNSIGNED
config_kwargs["signature_version"] = UNSIGNED
```
removing these lines fixes the 403 error
The better idea is to move signer out of the implementation
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]