在不下载大 zip 文件的情况下读取 Amazon S3 上 .zip 文件中的 xml 文件?

Read a xml file inside .zip file on Amazon S3 without downloading the big zip file?

我在 Amazon S3 上有很多 .zip 文件,它们很大,我不需要全部下载。我只需要其中唯一的 xml 文件就可以知道应该下载哪个文件。

哨兵 3 数据就是这种情况 xfdumanifest.xml,例如:

s3://s3-olci/LFR/2018/01/31/S3A_OL_2_LFR____20180131T225040_20180131T225340_20180202T040253_0180_027_215_2520_LN1_O_NT_002.zip/S3A_OL_2_LFR____20180131T225040_20180131T225340_20180202T040253_0180_027_215_2520_LN1_O_NT_002.SEN3/xfdumanifest.xml

有人知道如何只阅读这个 xfdumanifest.xml 文件而不下载整个 zip 文件吗?

S3 不支持仅从 ZIP 下载和解压一个文件。