1
0
mirror of https://github.com/distribution/distribution synced 2025-02-23 06:49:36 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
Stephen J Day
09522d8535 Implement a remote file writer for use with StorageDriver
This changeset implements a fileWriter type that can be used to managed writes
to remote files in a StorageDriver. Basically, it manages a local seek position
for a remote path. An efficient use of this implementation will write data in
large blocks.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-01-09 14:49:06 -08:00