distribution/registry/storage/driver/s3
Stephen J Day 72a702d0d9 Allow configuration of chunksize parameter
The code using values from the yaml package wasn't careful enought with the
possible incoming types. Turns out, it is just an int but we've made this
section somewhat bulletproof in case that package changes the behavior.

This code likely never worked. The configuration system should be decoupled
from the object instantiation.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-22 14:31:34 -07:00
..
s3.go Allow configuration of chunksize parameter 2015-04-22 14:31:34 -07:00
s3_test.go Add an empty root directory s3 driver specific test 2015-02-19 16:28:32 -08:00