mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #373] I would like to provide an API that returns the hash value of a file #198
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ldeng76 on GitHub (Apr 9, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/373
Specific Demand
I would like to provide an API that returns the hash value of a file, which is important to verify that the file has been uploaded successfully.
Implement Suggestion
no
@sigoden commented on GitHub (Apr 9, 2024):
Make sense, add new query param such as
GET /path-to-file?hashto return the shas256 hash value of a file.