|
|
|
|
|
by canucker2016
817 days ago
|
|
You can read sequentially through a zip file and dynamically build up a central directory yourself and do whatever desired operations. There's the caveat of the zipfile itself may have stuff that's not mentioned in the actual central directory of the zipfile. |
|
First, zip files already have a central directory so why would you do that?
Second, you seem to be missing the subject of this subthread entirely, the point is being able to selectively access S3 content without downloading the whole archive. If you sequentially read through the entire zip file, you are in fact downloading the whole archive.