|
|
|
|
|
by masklinn
819 days ago
|
|
It has to be if you can "seek and selectively extract from" a zip file: the ability to do that relies on the ability to read the end of the archive for the central directory, then read the offset and size you get from that to get at the file you need. squashfs may or may not be able to do it with as few roundtrips (I don't know the details of its layout), but S3 necessarily provides the capabilities for random access otherwise you'd have to download the entire content either way and the original query would be moot. |
|
There's the caveat of the zipfile itself may have stuff that's not mentioned in the actual central directory of the zipfile.