kevinjqliu commented on code in PR #14913:
URL: https://github.com/apache/iceberg/pull/14913#discussion_r2644885471
##########
docs/docs/aws.md:
##########
@@ -416,9 +416,11 @@ There is no redundant consistency wait and check which
might negatively impact p
### Hadoop S3A FileSystem
+!!! important
+ **S3FileIO is recommended** for S3 use cases rather than the `S3A
FileSystem` (`HadoopFileIO`).
Review Comment:
```suggestion
**S3FileIO is recommended** for S3 use cases rather than the `S3A
FileSystem` (`HadoopFileIO`). `S3FileIO` adopts the latest AWS clients and S3
features for optimized security and performance.
```
nit: i prefer to move the sentence below to here since as a reader id like
to know why its recommended :)
--
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]