Răsfoiți Sursa

S3 repository: fix spelling error

Reported at https://github.com/elastic/elasticsearch-cloud-aws/pull/221
David Pilato 10 ani în urmă
părinte
comite
bed9bf19c6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/plugins/repository-s3.asciidoc

+ 1 - 1
docs/plugins/repository-s3.asciidoc

@@ -198,7 +198,7 @@ The following settings are supported:
     request. Beyond this threshold, the S3 repository will use the
     http://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html[AWS Multipart Upload API]
     to split the chunk into several parts, each of `buffer_size` length, and
-    to upload each part in its own request. Note that positioning a buffer
+    to upload each part in its own request. Note that setting a buffer
     size lower than `5mb` is not allowed since it will prevents the use of the
     Multipart API and may result in upload errors. Defaults to `5mb`.