You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/advanced.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Streaming interface
45
45
46
46
Some object creation methods start writing data before reading the whole input (iterator). This can be used to write objects that do not have fully known contents without writing them first locally, so that they could be copied. Such usage pattern can be relevant to small devices which stream data to B2 from an external NAS, where caching large files such as media files or virtual machine images is not an option.
47
47
48
-
Please see :ref:`advanced method support table <advanced_methods_support_table>` to see where streaming interface is supported.
48
+
Please see :ref:`advanced method support table <advanced_methods_support_table>` to see where streaming interface is supported.
49
49
50
50
Continuation
51
51
============
@@ -184,7 +184,7 @@ Change the middle of the remote file
184
184
For more information see :meth:`b2sdk.v2.Bucket.create_file`.
0 commit comments