While extracting zip and saving it in database, if any of the fize size
is biggger than 65535 it is getting truncated during save.
It is because of the data which is a LimitingReader object has
BlobIterator as internal content iterator which has internal
chunk limit of 65535.
Change-Id: I3220abcd7cbc38db821478989c4c226a6f3366b5
closes-bug: #1821866