The current workaround to work async with buckets is to use asyncio.to_thread on batch_bucket_files or any bucket method. It's likely useful to have proper dedicated async methods for buckets, e.g. for AI agents apps.
Please upvote the issue or share uses cases here so the team can gauge interest in such a feature !
related: #1123 (comment)
The current workaround to work async with buckets is to use
asyncio.to_threadonbatch_bucket_filesor any bucket method. It's likely useful to have proper dedicated async methods for buckets, e.g. for AI agents apps.Please upvote the issue or share uses cases here so the team can gauge interest in such a feature !
related: #1123 (comment)