96eac6a018
When getting objects, sometimes you want a stream rather than reading the whole value or passing to a file-like object. Add a stream_object method that returns an iterator over the content to be returned. Change-Id: I6f7ae89799e733657adc9989b3accfdf6e3f2f82
5 lines
98 B
YAML
5 lines
98 B
YAML
---
|
|
features:
|
|
- |
|
|
Added ``stream_object`` method for getting object content in an iterator.
|