You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your input. We are looking at async interface options, but due to the scale of the change (probably a full rewrite of the library) we need help scoping the project. Can you please comment to the original bug, which you've linked, with some details on your use case for async and what parts of the library in particular you need to use asynchronously? Thank you.
@andrewsg I am uploading some audio files (10-100 MBs) to GCS and need gcs uri to get transcription for the video. I want that while the data is being uploaded it doesn't block the thread at my async endpoint.
So I need blob.async_upload_from_file() methods.
Async functions are very crucial to use
GCS
APIs in production.There is neither any
async client
for google cloud storage nor any async function for upload/download blob.There is an open issue for the same since last 3 years, but still not provided and async client. please look into it on high priority.
#478
Looking forward for the support, please provide this feature.
The text was updated successfully, but these errors were encountered: