diff --git a/sources/tech/20180131 Fastest way to unzip a zip file in Python.md b/sources/tech/20180131 Fastest way to unzip a zip file in Python.md index 704e603728..15bf204922 100644 --- a/sources/tech/20180131 Fastest way to unzip a zip file in Python.md +++ b/sources/tech/20180131 Fastest way to unzip a zip file in Python.md @@ -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.