2
0
mirror of https://github.com/LCTT/TranslateProject.git synced 2025-04-02 02:50:11 +08:00

translating by leemeans

[translating by leemeans]Fastest way to unzip a zip file in Python
This commit is contained in:
leemeans 2018-02-03 11:57:05 +08:00 committed by GitHub
parent 795413542e
commit 9d109f802b

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.