xiaoxuandev commented on code in PR #12671:
URL: https://github.com/apache/iceberg/pull/12671#discussion_r2022173736
##########
docs/docs/aws.md:
##########
@@ -313,6 +313,18 @@ Here are the configurations that users can tune related to
this feature:
| s3.multipart.threshold | 1.5
| the threshold expressed as a factor times the multipart size at
which to switch from uploading using a single put object request to uploading
using multipart upload |
| s3.staging-dir | `java.io.tmpdir` property value
| the directory to hold temporary files |
+### S3 Chunked Encoding
Review Comment:
Why are we introducing a new config to the user? If it's truly necessary, we
should add tests to ensure it functions as expected.
--
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]