Read zip files from amazon s3 using boto3 and python
问题 I have an s3 bucket which has a large no of zip files having size in GBs. I need to calculate all zip files data length. I go through boto3 but didn't get it. I am not sure if it can directly read zip file or not but I have a process- Connect with the bucket. Read zip files from the bucket folder (Let's say folder is Mydata). Extract zip files to another folder named Extracteddata. Read Extracteddata folder and do action on files. Note: Nothing shouldn't download on local storage. All process