Skip to content

Commit

Permalink
Fix waiting for non-existent request body
Browse files Browse the repository at this point in the history
  • Loading branch information
Uranium235 committed Dec 28, 2010
1 parent 183aac4 commit 955ebc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/s3.class.php
Expand Up @@ -3201,6 +3201,7 @@ public function initiate_multipart_upload($bucket, $filename, $opt = null)
$opt['verb'] = 'POST';
$opt['resource'] = $filename;
$opt['sub_resource'] = 'uploads';
$opt['body'] = '';

// Handle content type. Can also be passed as an HTTP header.
if (isset($opt['contentType']))
Expand Down

0 comments on commit 955ebc1

Please sign in to comment.