Closed cattle2002 closed 8 months ago
@cattle2002 don't use the object put
API anymore it's deprecated from ipfs object put
❯ ipfs object put --help
WARNING: DEPRECATED, command will be removed in the future
USAGE
ipfs object put <data> - Deprecated way to store input as a DAG object. Use 'dag put' instead.
If you use dag put
and decide on the codec that you want to store with (e.g. raw
, dag-json
, dag-cbor
, etc.) it should be fine.
Note: If you're uploading files you want UnixFS.Add
as that will handle even larger files which seems like what you really want here (it's the equivalent of ipfs add
).
If you have more questions on API usage they're likely better asked on discuss.ipfs.tech. Although if you have suggestions on docs improvements issues/PRs are welcomed here.
Checklist
Installation method
built from source
Version
Config
Description