Description
This Jira is to track the work required to create an API in Client to create an part file during multipart upload.
This Jira does following changes:
- Add a new API in ClientProtocol.java createMultipartKey which creates a multipart key.
- In Om End add a new API to commitMultipartUploadPart similar to commit for key, here we commit the part key of a multipart upload.