You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/10/10 05:51:36 UTC

[GitHub] [iceberg] kbendick commented on pull request #1573: Add AWS subproject and initial S3FileIO implementation

kbendick commented on pull request #1573:
URL: https://github.com/apache/iceberg/pull/1573#issuecomment-706493287


   > This is a basic initial implementation of an S3 based FileIO implementation that includes the reading and writing objects using `putObject` and `getObject`.
   
   Will this not use MultiPartUploads? And what about the relatively new TransferManager, which will upload multipart uploads at specific byte lengths and then manage their commit altogether (and also ensure that readers can pull from S3 at the proper byte lengths for things like footers etc).


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org