File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2142,7 +2142,8 @@ def _sign_internal(
21422142 signer: The signer to use
21432143 format: The MIME type or extension of the content
21442144 source_stream: The source stream
2145- dest_stream: The destination stream, as Stream(BytesIO)
2145+ dest_stream: The destination stream,
2146+ opened in w+b (write+read binary) mode.
21462147
21472148 Returns:
21482149 Manifest bytes
@@ -2210,7 +2211,8 @@ def sign(
22102211 Args:
22112212 format: The MIME type or extension of the content
22122213 source: The source stream (any Python stream-like object)
2213- dest: The destination stream (any Python stream-like object)
2214+ dest: The destination stream (any Python stream-like object),
2215+ opened in w+b (write+read binary) mode.
22142216 signer: The signer to use
22152217
22162218 Raises:
You can’t perform that action at this time.
0 commit comments