From 67ff153b0c1cd18fa4d8fb16e43ca1ae506b8cc4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 13 Oct 2020 17:52:30 -0400 Subject: [PATCH] docs: grammar: article: a-file Signed-off-by: Josh Soref --- backend/s3/s3.go | 2 +- docs/content/s3.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index 4cc1c9068..b7e9d0524 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -1032,7 +1032,7 @@ large file of known size to stay below the 10,000 chunks limit. Files of unknown size are uploaded with the configured chunk_size. Since the default chunk size is 5MB and there can be at most 10,000 chunks, this means that by default the maximum size of -file you can stream upload is 48GB. If you wish to stream upload +a file you can stream upload is 48GB. If you wish to stream upload larger files then you will need to increase chunk_size.`, Default: minChunkSize, Advanced: true, diff --git a/docs/content/s3.md b/docs/content/s3.md index 4e3e879a9..dbad0ee45 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -1222,7 +1222,7 @@ large file of known size to stay below the 10,000 chunks limit. Files of unknown size are uploaded with the configured chunk_size. Since the default chunk size is 5MB and there can be at most 10,000 chunks, this means that by default the maximum size of -file you can stream upload is 48GB. If you wish to stream upload +a file you can stream upload is 48GB. If you wish to stream upload larger files then you will need to increase chunk_size. - Config: chunk_size