Search: "ossclient"
Authorized access - Object Storage Service Documentation
')) use OSS\OssClient; use OSS\Core\OssException; use OSS\Http\RequestCore; use OSS\Http\ResponseCore; // It is highly risky ...
Set logging - Object Storage Service Documentation
')) use OSS\OssClient; use OSS\Core\OssException; // It is highly risky to log on with AccessKey of an Alibaba Cloud account ...
CORS - Object Storage Service Documentation
(__DIR__ . '/../vendor/autoload.php')) use OSS\OssClient; use OSS\Core\OssException; use OSS\Model\CorsConfig; use OSS\Model ...
Execution environment - Function Compute Documentation
-internal.aliyuncs.com', 'my-bucket') bucket.put_object('my-object', 'hello world') Node.js: var OSSClient = require ...
C# handler - Function Compute Documentation
ArgumentNullException(nameof(context)); } OssClient ossClient = new OssClient(req.Endpoint ...
Manage a symbolic link - Object Storage Service Documentation
;)) use OSS\OssClient; use OSS\Core\OssException; // It is highly risky to log on with AccessKey of an Alibaba Cloud account ...
Streaming download - Object Storage Service Documentation
;yourObjectName"; var downloadFilename = "yourDownloadFilename"; // Create an OSSClient instance. var client = new ...
Determine whether a specified object exists - Object Storage Service Documentation
OSSClient instance. var client = new OssClient(endpoint, accessKeyId, accessKeySecret); try catch (OssException ex) ; Error info ...
Delete the tags added to an object - Object Storage Service Documentation
;; String objectName = "yourObjectName"; // Creates an OSSClient instance. OSS ossClient = new OSSClientBuilder().build ...