In order to upload value (file) to the Plugin Data Storage follow these steps:
- Call method PluginDataStorage::StartUploadValue to get upload URL
- Immediately upload value (file) using provided URL via HTTP PUT calls
- After uploading finishes call PluginDataStorage::FinishUploadValue save the value for the specified key in the Plugin Data Storage