upload_to_cloud_storage()

Uploads the file in the given path to the Cloud Provider's storage service.

Parameters:

  • temp_local_path: path of the local file to upload
  • blob_path: path in the bucket where the blobl will be uploaded
  • content_type: content type of the blob to upload
  • timeout: Timeout for upload (optional)

Description:

        Uploads the file in the given path to the Cloud Provider's storage service.

Returns

None