gmweaver commented on PR #2392: URL: https://github.com/apache/iceberg-python/pull/2392#issuecomment-3228082571
> Looking at the [PyArrow docs](https://arrow.apache.org/docs/python/generated/pyarrow.fs.S3FileSystem.html#pyarrow-fs-s3filesystem), shouldn't be anon be anonymouse instead? [s3fs.S3FileSystem](https://s3fs.readthedocs.io/en/latest/api.html#s3fs.core.S3FileSystem) uses `anon`, while [Pyarrow ](https://arrow.apache.org/docs/python/generated/pyarrow.fs.S3FileSystem.html#pyarrow-fs-s3filesystem) uses `anonymous`. No changes were required for `pyarrow` since all arguments are passed in like this `S3FileSystem(**client_kwargs)`. -- 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]
