upload_from_string()
Uploads the given string to azure blob storage service.
Parameters:
- blob_path: the blob path where the file will be uploaded in the bucket
- string_data: the string data to upload
- content_type: content type of the string data
- bucket_type: the Diffgram bucket type (either 'web' or 'ml'). Defaults to 'web'
Description:
Uploads the given string to cloud provider blob storage service.
Returns:
None
Updated about 3 years ago