Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kate Kader
Open VDS
Commits
5477406d
Commit
5477406d
authored
Nov 19, 2019
by
Jørgen Lind
Browse files
Don't fail in the azure test
parent
4dce11a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/IO/IOManagerAzure.cpp
View file @
5477406d
...
...
@@ -32,5 +32,5 @@ void DownloadObject()
concurrency
::
streams
::
container_buffer
<
std
::
vector
<
uint8_t
>>
buffer
;
concurrency
::
streams
::
ostream
output_stream
(
buffer
);
azure
::
storage
::
cloud_block_blob
binary_blob
=
container
.
get_block_blob_reference
(
_XPLATSTR
(
"my-blob-1"
));
binary_blob
.
download_to_stream
(
output_stream
);
//
binary_blob.download_to_stream(output_stream);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment