From a089de096480bd72b89cb0b53f3685da1737b0af Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 13 Oct 2020 17:59:13 -0400 Subject: [PATCH] docs: grammar: uncountable: links Signed-off-by: Josh Soref --- backend/qingstor/qingstor.go | 2 +- backend/s3/s3.go | 2 +- docs/content/qingstor.md | 2 +- docs/content/s3.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/qingstor/qingstor.go b/backend/qingstor/qingstor.go index 9d0f2e990..ce5fb9665 100644 --- a/backend/qingstor/qingstor.go +++ b/backend/qingstor/qingstor.go @@ -107,7 +107,7 @@ concurrently. NB if you set this to > 1 then the checksums of multipart uploads become corrupted (the uploads themselves are not corrupted though). -If you are uploading small numbers of large files over high-speed link +If you are uploading small numbers of large files over high-speed links and these uploads do not fully utilize your bandwidth, then increasing this may help to speed up the transfers.`, Default: 1, diff --git a/backend/s3/s3.go b/backend/s3/s3.go index 2d47eaaf7..7f7b7da5b 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -1107,7 +1107,7 @@ If empty it will default to the environment variable "AWS_PROFILE" or This is the number of chunks of the same file that are uploaded concurrently. -If you are uploading small numbers of large files over high-speed link +If you are uploading small numbers of large files over high-speed links and these uploads do not fully utilize your bandwidth, then increasing this may help to speed up the transfers.`, Default: 4, diff --git a/docs/content/qingstor.md b/docs/content/qingstor.md index cd4276977..794c539be 100644 --- a/docs/content/qingstor.md +++ b/docs/content/qingstor.md @@ -262,7 +262,7 @@ concurrently. NB if you set this to > 1 then the checksums of multipart uploads become corrupted (the uploads themselves are not corrupted though). -If you are uploading small numbers of large files over high-speed link +If you are uploading small numbers of large files over high-speed links and these uploads do not fully utilize your bandwidth, then increasing this may help to speed up the transfers. diff --git a/docs/content/s3.md b/docs/content/s3.md index f6926a778..917727009 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -1328,7 +1328,7 @@ Concurrency for multipart uploads. This is the number of chunks of the same file that are uploaded concurrently. -If you are uploading small numbers of large files over high-speed link +If you are uploading small numbers of large files over high-speed links and these uploads do not fully utilize your bandwidth, then increasing this may help to speed up the transfers.