Uploading 10,000,000 files to Azure blob storage from Linux

前端 未结 3 1737
别跟我提以往
别跟我提以往 2021-01-18 06:05

I have some experience with S3, and in the past have used s3-parallel-put to put many (millions) small files there. Compared to Azure, S3 has an expensive PUT p

3条回答
  •  遥遥无期
    2021-01-18 06:12

    https://github.com/Azure/azure-sdk-tools-xplat is the source of azure-cli, so more details can be found there. You may want to open issues to the repo :)

    1. azure-cli doesn't support "sync" so far.
    2. -concurrenttaskcount is to support parallel upload within a single file, which will increase the upload speed a lot, but it doesn't support multiple files yet.

提交回复
热议问题