An open API service indexing awesome lists of open source software.

https://github.com/abitofhelp/azmd5_hash_dir

This application demonstrates how to recursively process a directory of files to determine base64 MD5 hashes using concurrency and an errgroup. Azure Storage uses base64 MD5 hashes blob metadata.
https://github.com/abitofhelp/azmd5_hash_dir

azure blob-storage directory-traversal file go golang md5-hash recursive-functions

Last synced: 2 months ago
JSON representation

This application demonstrates how to recursively process a directory of files to determine base64 MD5 hashes using concurrency and an errgroup. Azure Storage uses base64 MD5 hashes blob metadata.

Awesome Lists containing this project

README

        

# azmd5_hash_dir

This application demonstrates how to recursively process a directory of files to determine base64 MD5 hashes using concurrency and an errgroup.