【问题标题】:the fastest way to move thousands of blob files from a container to another in python azure web app?在 python azure web 应用程序中将数千个 blob 文件从容器移动到另一个容器的最快方法?
【发布时间】:2021-03-25 14:44:14
【问题描述】:

我想在 python azure web 应用程序中将数千个 blob 文件从容器复制到另一个容器。 python azure-storage-blob 库不提供批量复制的方法。最快的方法是什么?我找到了 blobxfer(用于 Azure 存储 Blob 和文件的高级数据移动工具和库),但没有使用它的代码示例!

【问题讨论】:

    标签: python azure azure-web-app-service azure-blob-storage batch-processing


    【解决方案1】:

    最快的方法是使用 AzCopy,您也可以使用 Python 调用它。看看这个之前的问题/答案:

    Automate azure azcopy using python on windows

    【讨论】:

    猜你喜欢
    • 2016-11-29
    • 1970-01-01
    • 2020-03-01
    • 2020-07-21
    • 1970-01-01
    • 1970-01-01
    • 2015-07-16
    • 2021-10-10
    • 2020-04-30
    相关资源
    最近更新 更多