Skip to content

Commit aa0a546

Browse files
committed
add the magic string
1 parent ef74f31 commit aa0a546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/s3_meta_request.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ PyObject *aws_py_s3_client_make_meta_request(PyObject *self, PyObject *args) {
339339
PyObject *py_core; /* O */
340340
if (!PyArg_ParseTuple(
341341
args,
342-
"OOOizOOzzs#iipKKO",
342+
"OOOizOOzzs#iipKKppdpO",
343343
&py_s3_request,
344344
&s3_client_py,
345345
&http_request_py,

0 commit comments

Comments
 (0)