解冻文件

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

管理文件访问权限

versionId="<yourObjectVersionId>;config=array("provider"=>$provider,"endpoint"=>$endpoint,);ossClient=new OssClient($config);try {/设置指定版本Object的访问权限为公共读。ossClient->putObjectAcl($bucket,$object,'public-read'...

分片上传

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

获取文件元数据

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

重命名文件

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

单链接限速

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

下载文件

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

上传文件

bucket="<yourBucketName>;填写不包含Bucket名称在内的Object的完整路径,例如example/test.txt。object="<yourObjectName>;content="hello world;config=array("provider"=>$provider,"endpoint"=>$endpoint,);ossClient=new OssClient($...

禁止覆盖同名文件

bucket="<yourBucketName>;object="<yourObjectName>;content="Hello OSS;config=array("provider"=>$provider,"endpoint"=>$endpoint,);ossClient=new OssClient($config);try{/指定PutObject操作时是否覆盖同名Object。不指定x-oss-...

追加上传

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

拷贝文件

拷贝小文件 通过$ossClient->copyObject 方法拷贝小于1 GB文件的示例代码如下:<?php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/....

上传回调

json='{"callbackUrl":"<yourCallbackServerUrl>","callbackHost":"<yourCallbackServerHost>","callbackBody":"{\"mimeType\":${mimeType},\"size\":${size},\"x:var1\":${x:var1},\"x:var2\":${x:var2}}","callbackBodyType":...

是否支持删除Bucket指定标签?

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\OssClient;use OSS\Core\OssException;use OSS\...

如何在OSS SDK中配置CDN加速域名

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\OssClient;use OSS\Core\OssException;从环境...

限定条件下载

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

管理目录

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

使用文件URL上传文件

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

获取Request ID

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\OssClient;use OSS\Core\OssException;use OSS\...

重命名文件

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

版本控制概述

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\OssClient;use OSS\Core\OssException;从环境...

使用文件URL分享文件

} public static void getObjectWithHttp(String signedUrl,String pathName,Map<String,String>headers,Map<String,String>userMetadata)throws IOException { CloseableHttpClient httpClient=null;CloseableHttpResponse response=null;...

开启版本控制下Object的操作

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

授权给第三方下载

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\OssClient;use OSS\Core\OssException;运行本...

单链接限速

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

获取存储空间的地域信息

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

设置Bucket ACL

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

列举存储空间

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

如何保证指定时间段内可以访问私有权限的图片文件?

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\OssClient;use OSS\Core\OssException;use OSS\...

删除存储空间

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

列举文件

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

删除碎片

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

图片处理操作方式

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

删除文件

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

设置Object ACL

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

解冻文件

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

拷贝文件

php if(is_file(_DIR_.'/./autoload.php')){ require_once_DIR_.'/./autoload.php';} if(is_file(_DIR_.'/./vendor/autoload.php')){ require_once_DIR_.'/./vendor/autoload.php';} use OSS\Credentials\...

智能标签

request=new RegisterCustomFaceRequest(["categoryId"=>"CategoryId001-*","personId"=>"PersonId001-*","imageUrl"=>"http://<bucket name>.oss-cn-shanghai.aliyuncs.com/media/image.jpeg" ]);response=$client->registerCustomFace($...

管道管理

request=new AddPipelineRequest(["name"=>"test name","speed"=>"Standard"]);response=$client->addPipeline($request);Console:log(Utils:toJSONString(Tea:merge($response->body)));} }$path=_DIR_.\DIRECTORY_SEPARATOR.'.'.\...

PHP SDK调用示例

mode"=>"ACCOUNT_SAFE","certType"=>"IDENTITY_CARD",/"certName"=>"<张三>",/"certNo"=>"<xxxxx>",/MetaInfo环境参数,需要通过客户端SDK获取。metaInfo"=>'{"zimVer":"3.0.0","appVersion":"1","bioMetaInfo":"4.1.0:11501568,0",...

PHP SDK调用示例

mode"=>"MARKET_SAFE","ocr"=>"T","certType"=>"IDENTITY_CARD",/"certName"=>"<张三>",/"certNo"=>"<xxxxx>",/MetaInfo环境参数,需要通过客户端SDK获取。metaInfo"=>'{"zimVer":"3.0.0","appVersion":"1","bioMetaInfo":"4.1.0:...
共有200条 < 1 2 3 4 ... 200 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
云数据库 RDS 弹性公网IP 短信服务 人工智能平台 PAI 对象存储 金融分布式架构
新人特惠 爆款特惠 最新活动 免费试用