Merge pull request #7553 from leemeans/patch-1

[translating by leemeans] Fastest way to unzip a zip file in Python
This commit is contained in:
Chang Liu 2018-02-03 14:36:42 +08:00 committed by GitHub
commit 09d9516e38

View File

@ -1,3 +1,4 @@
Leemeans Translating
Fastest way to unzip a zip file in Python
======
So the context is this; a zip file is uploaded into a [web service][1] and Python then needs extract that and analyze and deal with each file within. In this particular application what it does is that it looks at the file's individual name and size, compares that to what has already been uploaded in AWS S3 and if the file is believed to be different or new, it gets uploaded to AWS S3.