de981a324a
Some use cases are complex and need access to the raw response object. Add a method, get_object_raw, which just returns the requests response object. python-requests needs at least 2.18 for Response to be a contextmanager. Change-Id: I03f31f33cbef93c30acf56de5e06acf0d721bc03
6 lines
143 B
YAML
6 lines
143 B
YAML
---
|
|
features:
|
|
- |
|
|
Added ``get_object_raw`` method for downloading an object from swift
|
|
and returning a raw requests Response object.
|