mirror of
https://github.com/droomo/AliOssForTypecho.git
synced 2024-12-28 09:12:25 +08:00
10 lines
202 B
PHP
10 lines
202 B
PHP
|
<?php
|
||
|
|
||
|
require_once 'autoload.php';
|
||
|
use OSS\OssClient;
|
||
|
use OSS\Core\OssException;
|
||
|
|
||
|
$client = new OssClient('U6GLwyx2g6jrOL1V', 'W05IEVd3nio2BVCG5GoMG6QekiO1di', 'http://oss-cn-qingdao.aliyuncs.com');
|
||
|
|
||
|
|