For files less than 5MB, we don't need to use multi part upload which would at least takes 3 network IO. Instead we can just call PutObject which only takes one shot.
For files less than 5MB, we don't need to use multi part upload which would at least takes 3 network IO. Instead we can just call PutObject which only takes one shot.