use sinacloud\sae\Storage as Storage;
$AppName="myappname";
$AccessKey = "...";
$SecretKey = "...";
$s = new Storage("$AppName:$AccessKey", $SecretKey);
var_dump($s->getObject("test","1.txt"));
?>
首先我的appname 两个key 是没有写错的 不知道什么情况
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
认证0级讲师