Re: [PR] add support to configure anonymous in s3 client [iceberg-python]

2025-08-12 Thread via GitHub
gmweaver commented on code in PR #2323: URL: https://github.com/apache/iceberg-python/pull/2323#discussion_r2271654200 ## pyiceberg/io/__init__.py: ## @@ -52,6 +52,7 @@ AWS_SESSION_TOKEN = "client.session-token" AWS_ROLE_ARN = "client.role-arn" AWS_ROLE_SESSION_NAME = "client

Re: [PR] add support to configure anonymous in s3 client [iceberg-python]

2025-08-12 Thread via GitHub
gmweaver commented on code in PR #2323: URL: https://github.com/apache/iceberg-python/pull/2323#discussion_r2271648441 ## pyiceberg/io/fsspec.py: ## @@ -163,6 +164,9 @@ def _s3(properties: Properties) -> AbstractFileSystem: if request_timeout := properties.get(S3_REQUEST_

Re: [PR] add support to configure anonymous in s3 client [iceberg-python]

2025-08-12 Thread via GitHub
gmweaver commented on PR #2323: URL: https://github.com/apache/iceberg-python/pull/2323#issuecomment-3181586621 > Do you know if there is a PyArrow equialent? If so, it would be nice to add that option as well. pyarrow has a similar [config](https://arrow.apache.org/docs/python/gener

Re: [PR] add support to configure anonymous in s3 client [iceberg-python]

2025-08-12 Thread via GitHub
Fokko commented on code in PR #2323: URL: https://github.com/apache/iceberg-python/pull/2323#discussion_r2270650923 ## pyiceberg/io/fsspec.py: ## @@ -163,6 +164,9 @@ def _s3(properties: Properties) -> AbstractFileSystem: if request_timeout := properties.get(S3_REQUEST_TIM

[PR] add support to configure anonymous in s3 client [iceberg-python]

2025-08-12 Thread via GitHub
gmweaver opened a new pull request, #2323: URL: https://github.com/apache/iceberg-python/pull/2323 # Rationale for this change # Are these changes tested? # Are there any user-facing changes? -- This is an automated message from the Apache Git