Put_file api call for uploading the file to datasetdms client
The purpose of the put_api call in the dataset_dms_client Python-SDK is to handle storage requests that are specific to CSP.
- The function call is updated from make_request to put_file, and the logic for put_file has been incorporated into osdu_api.
- Necessary test modifications are also included in this MR.
Note: The depended MR is already merged.
V1: (osdu/platform/system/sdks/common-python-sdk!107 (merged))
V2: osdu/platform/system/sdks/common-python-sdk!110 (merged)
Edited by Jayesh Bagul