thinkORo commented on issue #540:
URL: https://github.com/apache/iceberg-python/issues/540#issuecomment-2014459327
I double-checked my configuration with a second tool, duckDB. With duckDB I
can access the data in minio with the same credentials without any problems.
These are my corresponding duckDB connection settings:
```
conn.execute("SET s3_region='us-east-1'")
conn.execute("SET s3_endpoint='localhost:9199'")
conn.execute("SET s3_use_ssl=true")
conn.execute("SET s3_url_style='path'")
conn.execute("SET s3_access_key_id='iceberg'")
conn.execute("SET s3_secret_access_key='iceberg123'")
```
From my perspective: There is something missing in the S3FileSystem in
pyarrow. Am I wrong?
--
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]