AzureBlobAsyncUpload:使用asyncio和aiohttp进行Azure Blob服务的上载和下载示例

时间:2021-05-08 15:43:55
【文件属性】:
文件名称:AzureBlobAsyncUpload:使用asyncio和aiohttp进行Azure Blob服务的上载和下载示例
文件大小:9KB
文件格式:ZIP
更新时间:2021-05-08 15:43:55
async azure aiohttp asyncio blob Azure Storage Blob服务,使用asyncio上传和下载 此存储库包含使用其REST API和asyncio和aiohttp将任何大小的文件下载和上传到Azure Storage Blob Service的aiohttp 。 相对于此代码是共享的。 在这种情况下,官方Python SDK仅用于生成共享访问签名。 并发文件上传示例 async with SSLClientSession () as http_client : client = BlobsClient ( http_client , BlockBlobService ( ACCOUNT_NAME , ACCOUNT_KEY )) # NB: this code does not create containers automatically! destination_container_n
【文件预览】:
AzureBlobAsyncUpload-master
----service()
--------httpclient.py(2KB)
--------__init__.py(0B)
--------blobclient.py(8KB)
----utils()
--------__init__.py(0B)
--------files.py(1KB)
----requirements.txt(380B)
----LICENSE(1KB)
----README.md(3KB)
----.gitignore(1KB)
----example.py(998B)

网友评论