Skip to content

Put_file api call for uploading the file to datasetdms client

Jayesh Bagul requested to merge az/jb_revert_upload_changes into master

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

Merge request reports