This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Add support for --only-hash - Calculating a multihash without adding the content to IPFS #1205
Closed
Description
- Version: 0.27.7
- Platform: any
Type:
Enhancement
Severity:
Low
Description:
go-ipfs has the --only-hash
option when calling ipfs add
. It is useful in the strange case where you need to store a multihash of some data somewhere before actually adding the data to IPFS.
Maybe this is already possibile? I tried looking around but it seems the option is only in go-ipfs. I thought about adding the data then deleting from the local node but it looks like this can't be done either