Search: "ossclient"
Hotlink protection - Object Storage Service Documentation
= "yourBucketName"; // Create an OSSClient instance. var client = new OssClient(endpoint, accessKeyId, accessKeySecret ...
Object tagging and lifecycle rules - Object Storage Service Documentation
;; String bucketName = "yourBucketName"; // Creates an OSSClient instance. OSS ossClient = new OSSClientBuilder().build ...
Simple upload - Object Storage Service Documentation
objectName = "yourObjectName"; var objectContent = "More than just cloud." ; // Create an OSSClient instance ...
List objects - Object Storage Service Documentation
(is_file(__DIR__ . '/../autoload.php')) if (is_file(__DIR__ . '/../vendor/autoload.php')) use OSS\OssClient; use ...
Convert the storage class of an object - Object Storage Service Documentation
;yourObjectName"; // Create an OSSClient instance. OSS ossClient = new OSSClientBuilder().build(endpoint, accessKeyId ...
Quick start - Object Storage Service Documentation
Initialize the OSSClient instance. To initialize an OSSClient instance, you must configure the Endpoint field ...
Range download - Object Storage Service Documentation
;; String bucketName = "yourBucketName"; String objectName = "yourObjectName"; // Create an OSSClient ...
Conditional download - Object Storage Service Documentation
;yourObjectName"; // Create an OSSClient instance. OSSClient ossClient = new OSSClient(endpoint, accessKeyId, accessKeySecret ...
Resumable upload - Object Storage Service Documentation
accessKeySecret = "yourAccessKeySecret"; // Create an OSSClient instance. OSSClient ossClient = new OSSClient(endpoint ...
Upload callback - Object Storage Service Documentation
;yourCallbackServerUrl"; // Create an OSSClient instance. OSSClient ossClient = new OSSClient(endpoint, accessKeyId ...