mirror of
https://github.com/distribution/distribution
synced 2024-11-12 05:45:51 +01:00
63468ef4a8
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> |
||
---|---|---|
.. | ||
images | ||
recipes | ||
spec | ||
storage-drivers | ||
architecture.md | ||
compatibility.md | ||
configuration.md | ||
deploying.md | ||
deprecated.md | ||
Dockerfile | ||
garbage-collection.md | ||
glossary.md | ||
help.md | ||
index.md | ||
insecure.md | ||
introduction.md | ||
Makefile | ||
menu.md | ||
migration.md | ||
notifications.md |