Skip to content

Commit

Permalink
docs: grammar: uncountable: links
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored and ncw committed Oct 28, 2020
1 parent 3068ae8 commit a089de0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/qingstor/qingstor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion backend/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion docs/content/qingstor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a089de0

Please sign in to comment.