简体   繁体   中英

Upload lot of files to Azure Blob Storage

I have directory where is about 100 000+ subdirectories. In every subdirectory is from one to ten files. All files are images with content type = image/jpeg .

Together this files have size over 54 GB . Is there any chance to upload this files with structure

/orders/1000000003/12345468878.jpeg .

I know that BLOB is not hierarchical. I don't have Windows, i don't have Powershell, i don't have Visual Studio.

Any suggestions?

Use the full path of your files as blob names. To upload from Linux or Mac, you can use Azure CLI (available as an NPM package).

Even though the structure is not hierarchical, you can "emulate" directories by adding / 's to the path name.

There are multiple clients available for Mac that support Azure Storage; my favorite is Cyberduck: https://cyberduck.io/ (free)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM