You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ipfs-unixfs-importer/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ The input's file paths and directory structure will be preserved in the [`dag-pb
115
115
116
116
`options` is an JavaScript option that might include the following keys:
117
117
118
-
-`wrap` (boolean, defaults to false): if true, a wrapping node will be created
118
+
-`wrapWithDirectory` (boolean, defaults to false): if true, a wrapping node will be created
119
119
-`shardSplitThreshold` (positive integer, defaults to 1000): the number of directory entries above which we decide to use a sharding directory builder (instead of the default flat one)
120
120
-`chunker` (string, defaults to `"fixed"`): the chunking strategy. Supports:
0 commit comments