registry/registry
Derek McGowan 874e1fdf3c Modify blob upload API
- Ensures new uploads and resumed upload statuses always return an offset of 0. This allows future clients which support resumable upload to not attempt resumable upload on this version which does not support it.
- Add PATCH support for streaming data on upload.
- Add messaging to specification that PATCH with content range is currently not supported.
- Update PUT blob to only support full data or no data, no more last chunk messaging as it was not supported.

closes #470

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-05-06 16:19:47 -07:00
..
api/v2 Modify blob upload API 2015-05-06 16:19:47 -07:00
auth fix some typos in source comments 2015-05-06 11:04:49 -07:00
client Remove unnecessary close in client 2015-03-03 19:29:12 -08:00
handlers Modify blob upload API 2015-05-06 16:19:47 -07:00
middleware Rename top level registry interface to namespace 2015-04-09 19:21:33 -07:00
storage Use done channel to avoid goroutine leak 2015-05-06 11:04:51 -07:00
doc.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00