From 3068ae8447c7bef90d52d829fb618cd885c727ec Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 13 Oct 2020 17:53:28 -0400 Subject: [PATCH] docs: grammar: count agreement: files 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 8c746edd9..9d0f2e990 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 file over high-speed link +If you are uploading small numbers of large files over high-speed link 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 b7e9d0524..2d47eaaf7 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 file over high-speed link +If you are uploading small numbers of large files over high-speed link 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 03df7d534..cd4276977 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 file over high-speed link +If you are uploading small numbers of large files over high-speed link 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 dbad0ee45..f6926a778 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 file over high-speed link +If you are uploading small numbers of large files over high-speed link and these uploads do not fully utilize your bandwidth, then increasing this may help to speed up the transfers.