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.
- Host: GitHub
- URL: https://github.com/abitofhelp/azmd5_hash_dir
- Owner: abitofhelp
- License: mit
- Created: 2024-03-12T05:57:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T23:05:15.000Z (about 1 year ago)
- Last Synced: 2024-06-20T19:31:31.114Z (11 months ago)
- Topics: azure, blob-storage, directory-traversal, file, go, golang, md5-hash, recursive-functions
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.