S3 repository: fix spelling error

Reported at https://github.com/elastic/elasticsearch-cloud-aws/pull/221
This commit is contained in:
David Pilato 2015-11-30 16:01:55 +01:00
parent d8a1a4bd43
commit bed9bf19c6
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ The following settings are supported:
request. Beyond this threshold, the S3 repository will use the request. Beyond this threshold, the S3 repository will use the
http://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html[AWS Multipart Upload API] 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 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 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`. Multipart API and may result in upload errors. Defaults to `5mb`.