File Service: Requests to POST metadata are taking long time
Problem Statement
Request to post metadata takes long time when try to calculate the checksum for larger files.
Solution
We can overcome this problem by reading bytes from the input stream and storing them into the buffer array.