create_resumable_upload_session()
Parameters:
- input: an Input Object
- blob_bath: the path on the bucket where the resumable upload session will be created
- content_type: Content type of the given blob path
This function is useful when the cloud provider support creating resumable upload sessions. If the cloud provider does not support this, the function should return None
.
Returns
String of the URL for the resumable upload session
Updated about 3 years ago