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.role-session-name" +S3_ANONYMOUS = "s3.anonymous" Review Comment: for this comment, the docs reflect this now, any other changes or wanted a comment around the config in the code? -- 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]
