Skip to content

Commit

Permalink
Comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tpyo committed May 4, 2008
1 parent 7821723 commit f5a9d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S3.php
Expand Up @@ -273,7 +273,7 @@ public static function putObject($input, $bucket, $uri, $acl = self::ACL_PRIVATE
elseif (isset($input['data']))
$rest->data = $input['data'];

// Content-Length
// Content-Length (required)
if (isset($input['size']) && $input['size'] > 0)
$rest->size = $input['size'];
else {
Expand Down

0 comments on commit f5a9d9e

Please sign in to comment.