We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5b5ed6 + 7a8de0d commit dbd0400Copy full SHA for dbd0400
1 file changed
src/ObjectStore/v1/Models/Object.php
@@ -101,6 +101,7 @@ public function retrieve()
101
public function download(): StreamInterface
102
{
103
$response = $this->executeWithState($this->api->getObject());
104
+ $this->populateFromResponse($response);
105
return $response->getBody();
106
}
107
0 commit comments