华为云对象存储obs存储文件到桶下文件夹内
try{
$resp = $ObsClient -> putObject([
\'Bucket\' => \'test-tongname\',
\'Key\' => \'image/\'.$filenametmp,
\'SourceFile\' =>$file,
]);
文件夹名字拼接到文件名前,华为文档含糊不清
try{
$resp = $ObsClient -> putObject([
\'Bucket\' => \'test-tongname\',
\'Key\' => \'image/\'.$filenametmp,
\'SourceFile\' =>$file,
]);
文件夹名字拼接到文件名前,华为文档含糊不清
相关文章: