distribution/docs/storage-drivers
Noah Treuhaft 63468ef4a8 Use multipart upload API in S3 Move method
This change to the S3 Move method uses S3's multipart upload API to copy
objects whose size exceeds a threshold.  Parts are copied concurrently.
The level of concurrency, part size, and threshold are all configurable
with reasonable defaults.

Using the multipart upload API has two benefits.

* The S3 Move method can now handle objects over 5 GB, fixing #886.

* Moving most objects, and espectially large ones, is faster.  For
  example, moving a 1 GB object averaged 30 seconds but now averages 10.

Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
2016-08-16 10:53:24 -07:00
..
azure.md Make the index.html files the visible overview menu entry 2016-05-28 01:02:40 +00:00
filesystem.md Make the index.html files the visible overview menu entry 2016-05-28 01:02:40 +00:00
gcs.md Make the index.html files the visible overview menu entry 2016-05-28 01:02:40 +00:00
index.md Make the index.html files the visible overview menu entry 2016-05-28 01:02:40 +00:00
inmemory.md Make the index.html files the visible overview menu entry 2016-05-28 01:02:40 +00:00
menu.md Make the index.html files the visible overview menu entry 2016-05-28 01:02:40 +00:00
oss.md Make the index.html files the visible overview menu entry 2016-05-28 01:02:40 +00:00
s3.md Use multipart upload API in S3 Move method 2016-08-16 10:53:24 -07:00
swift.md [swift] support different user-domain and tenant-domain 2016-08-15 11:21:42 +02:00