actually return stream from swift
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
8281378e5b
commit
fd09c06eb4
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ class Swift implements IObjectStore {
|
|||
// save the object content in the context of the stream to prevent it being gc'd until the stream is closed
|
||||
stream_context_set_option($stream, 'swift', 'content', $objectContent);
|
||||
|
||||
RetryWrapper::wrap($stream);
|
||||
return RetryWrapper::wrap($stream);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue