Skip to content

Commit 2061fa8

Browse files
committed
Create headers array for response
1 parent 80b9564 commit 2061fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S3.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,6 +1999,7 @@ function __construct($verb, $bucket = '', $uri = '', $endpoint = 's3.amazonaws.c
19991999
$this->response = new STDClass;
20002000
$this->response->error = false;
20012001
$this->response->body = null;
2002+
$this->response->headers = array();
20022003
}
20032004

20042005

0 commit comments

Comments
 (0)