Skip to content

Commit

Permalink
4th review
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertYue19900425 committed Nov 9, 2016
1 parent 6936918 commit 7da4314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions samples/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
//*******************************简单使用***************************************************************
// 先把本地的example.jpg上传到指定$bucket, 命名为$object
$ossClient->uploadFile($bucketName, $object, "example.jpg");

// 图片缩放
$options = array(
OssClient::OSS_FILE_DOWNLOAD => $download_file,
Expand Down
2 changes: 1 addition & 1 deletion src/OSS/Model/LiveChannelListInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function serializeToXml()
throw new OssException("Not implemented.");
}

private $bucket;
private $bucket = '';
private $prefix = '';
private $marker = '';
private $nextMarker = '';
Expand Down

0 comments on commit 7da4314

Please sign in to comment.