From 7a5491ba7ba116402bfb5ca12fbb735ae89aadde Mon Sep 17 00:00:00 2001 From: kapitainsky Date: Wed, 17 May 2023 17:10:53 +0100 Subject: [PATCH] docs: chunker: fix typo --- docs/content/chunker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/chunker.md b/docs/content/chunker.md index f9287c89c..1ca10e1db 100644 --- a/docs/content/chunker.md +++ b/docs/content/chunker.md @@ -218,7 +218,7 @@ guarantee given hash for all files. If wrapped remote doesn't support it, chunker will then add metadata to all files, even small. However, this can double the amount of small files in storage and incur additional service charges. You can even use chunker to force md5/sha1 support in any other remote -at expense of sidecar meta objects by setting e.g. `chunk_type=sha1all` +at expense of sidecar meta objects by setting e.g. `hash_type=sha1all` to force hashsums and `chunk_size=1P` to effectively disable chunking. Normally, when a file is copied to chunker controlled remote, chunker