Step 3: Upload file to Object Store

Upload the file to the Object Store of your Cloud Service by:

  1. Submitting a RESTful API Post Request to your Cloud Service as defined in the unresolvable-reference.html#GUID-E21D168A-BCE9-4E06-9821-4D9EC33C333F topic.

Note a sample code snippet has been provided below using cURL to upload the file:

curl -T "$HOME"/FILEUPLOAD_UTIL/"$1" -X PUT "$FinalPAR"