简体   繁体   English

从Amazon S3下载后无法提取大型zip文件

[英]Unable to extract large zip file after download from Amazon S3

A friend has zipped a large csv file (15GB) for me and put it on amazon s3. 一位朋友为我压缩了一个较大的csv文件(15GB),并将其放在Amazon s3上。 Unfortunately, I am unable to extract the zipped csv file once downloaded. 不幸的是,下载后,我无法解压缩压缩的csv文件。 At first, I thought it was simply corrupted from the download. 起初,我认为它只是从下载中被破坏了。 I had the friend re-upload now 4 times. 我的朋友现在重新上传了4次。

The error that I get is: unsupported commpression method. 我得到的错误是:不支持的压缩方法。 When I ran the 7z info command, the compression method on the file said 'Deflate', which seems to be the default. 当我运行7z info命令时,文件上的压缩方法为“ Deflate”,这似乎是默认设置。

I'm wondering if its simply a windows file size limitation. 我想知道是否只是Windows文件大小限制。 I'm on Windows Server 2008 R2. 我在Windows Server 2008 R2上。 I also attempted to use Zip2Fix utility to repair the zip but got an "out of memory error". 我还尝试使用Zip2Fix实用工具修复zip,但出现“内存不足错误”。

details boiled down: 细节归结为:

zip file size : 15GB 压缩文件大小:15GB

inside zip : 1 csv file 内部zip:1个csv文件

os: Windows Server 2008 R2 操作系统:Windows Server 2008 R2

transfered via S3 通过S3传输

error: compression method not supported 错误:不支持压缩方法

Thanks in advance for any suggestions. 在此先感谢您的任何建议。

If your server is on a FAT32 partition (though very unlikely), the max filesize that you can expand is 4Gb. 如果您的服务器位于FAT32分区上(尽管可能性很小),则可以扩展的最大文件大小为4Gb。 I would highly suggest that your friend re-uploads the file in <4Gb chunks as almost any part of the process could be 32bit-size limited. 我强烈建议您的朋友以<4Gb的块大小重新上传文件,因为该过程的几乎任何部分都可能受到32位大小的限制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM