UploadFilePart
- partNo : Long
File part id
- startOffset : Long
Indexes on byte range. zero-based and inclusive
- endOffset : Long
Indexes on byte range. zero-based and inclusive
- status : String
part status
- Enum:
- PENDING
- COMPLETE
- locked : Boolean
When a part is being uploaded it is being locked, by setting the locked flag to true. No changes/uploads can happen on this part from other requests.