We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc18de8 commit 65969a0Copy full SHA for 65969a0
dag.go
@@ -52,6 +52,7 @@ func (s *Shell) DagPutWithOpts(data interface{}, opts ...options.DagPutOption) (
52
Option("input-enc", cfg.InputEnc).
53
Option("format", cfg.Kind).
54
Option("pin", cfg.Pin).
55
+ Option("hash", cfg.Hash).
56
Body(fileReader).
57
Exec(context.Background(), &out)
58
}
0 commit comments