ioutil.ReadFile (absPath) if the file is an encrypted zip file, I cannot read the complete data because I want to upload the data to oss
if the zip file is not encrypted, you can read the file directly with ioutil.readfile, but for encrypted files, you cannot read the contents of zip
the files uploaded to oss are
I would like to ask how to deal with this situation. I am using alexmullins/zip, the open source code base compressed code
.