github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python-legacy/docs/CompletePresignMultipartUpload.md (about) 1 # CompletePresignMultipartUpload 2 3 4 ## Properties 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **physical_address** | **str** | | 8 **parts** | [**[UploadPart]**](UploadPart.md) | List of uploaded parts, should be ordered by ascending part number | 9 **user_metadata** | **{str: (str,)}** | | [optional] 10 **content_type** | **str** | Object media type | [optional] 11 **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15