distribution/registry/storage/driver
Stefan Majewsky 9a67520af7 wait for DLO segments to show up when Close()ing the writer
Not just when Commit()ing the result. This fixes some errors I observed
when the layer (i.e. the DLO) is Stat()ed immediately after closing,
and reports the wrong file size because the container listing is not
yet up-to-date.

Signed-off-by: Stefan Majewsky <stefan.majewsky@sap.com>
2016-04-19 14:31:49 +02:00
..
azure Update missing blob error checking with latest Azure API 2016-03-14 15:59:03 -07:00
base Adds new storagedriver.FileWriter interface 2016-03-08 16:37:44 -08:00
factory Add documentation for how to register new StorageDrivers 2016-03-29 14:42:19 -07:00
filesystem Adds new storagedriver.FileWriter interface 2016-03-08 16:37:44 -08:00
gcs Storagedriver: GCS: add chunksize parameter 2016-03-08 16:38:39 -08:00
inmemory Adds new storagedriver.FileWriter interface 2016-03-08 16:37:44 -08:00
middleware Adds new s3 driver using aws-sdk-go instead of goamz 2016-02-12 15:59:26 -08:00
oss Support FileWriter interface for OSS storage driver 2016-03-08 16:38:39 -08:00
s3-aws Only check validity of S3 region if not using custom endpoint 2016-04-06 13:38:09 +02:00
s3-goamz Adds new storagedriver.FileWriter interface 2016-03-08 16:37:44 -08:00
swift wait for DLO segments to show up when Close()ing the writer 2016-04-19 14:31:49 +02:00
testsuites StorageDriver: Testsuite: call Close before getting Size 2016-03-08 16:38:38 -08:00
fileinfo.go Move storagedriver package to registry/storage/driver 2015-02-11 12:43:04 -08:00
storagedriver.go Remove the example 2016-03-29 14:42:28 -07:00