forked from webkb/php_object_storage
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.php
More file actions
22 lines (18 loc) · 1020 Bytes
/
Copy pathtest.php
File metadata and controls
22 lines (18 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
include "./curl.php";
include "./qiniu.php";
include "./wangyi.php";
include "./ucloud.php";
include "./tencent.php";
//$r = 七牛对象存储上传('F:/index.html', 'index.html');print_r($r);
//$r = 七牛对象存储删除('index.html');print_r($r);
//$r = 七牛对象存储列表('&limit=&marker=&prefix=&delimiter=');print_r($r);
//$r = 网易对象存储上传('F:/index.html', 'index.html');print_r($r);
//$r = 网易对象存储删除('index.html');print_r($r);
//$r = 网易对象存储列表('?max-keys=&marker=&prefix=&delimiter=');print_r($r);
//$r = UCloud对象存储上传('F:/index.html', 'index.html');print_r($r);
//$r = UCloud对象存储删除('index.html');print_r($r);
//$r = UCloud对象存储列表('?list&limit=&marker=&prefix=');print_r($r);
//$r = 腾讯对象存储上传('F:/index.html', 'index.html');print_r($r);
//$r = 腾讯对象存储删除('index.html');print_r($r);
//$r = 腾讯对象存储列表('?max-keys=&marker=&prefix=&delimiter=');print_r($r);