Search: "ossclient"
Copy objects - Object Storage Service Documentation
;; // Create an OSSClient instance. OSSClient ossClient = new OSSClient(endpoint, accessKeyId, accessKeySecret); // Copy an object ...
Server-side encryption - Object Storage Service Documentation
;yourAccessKeyId"; String accessKeySecret = "yourAccessKeySecret"; // Creates an OSSClient instance. OSS ossClient ...
Enable pay-by-requester mode - Object Storage Service Documentation
accessKeySecret = "yourAccessKeySecret"; // Create an OSSClient instance. OSS ossClient = new OSSClientBuilder().build ...
List objects - Object Storage Service Documentation
accessKeySecret = "yourAccessKeySecret"; var bucketName = "yourBucketName"; // Create an OSSClient instance ...
Multipart upload - Object Storage Service Documentation
"; // Create an OSSClient instance. var client = new OssClient(endpoint, accessKeyId, accessKeySecret); // Initiate the ...
Hotlink protection - Object Storage Service Documentation
;yourAccessKeySecret"; String bucketName = "yourBucketName"; // Create an OSSClient instance. OSS ossClient = new OSSClientBuilder ...
Initialization - Object Storage Service Documentation
OSSClient is the client of OSS for Android systems. It provides the caller with a series of methods to operate ...
Initialization - Object Storage Service Documentation
The OSSClient is the iOS client of OSS. It provides the caller with a series of methods to operate and manage ...
Initialization - Object Storage Service Documentation
OSSClient serves as the OSS Java client to manage OSS resources such as buckets and objects. To create an ...
Manage lifecycle rules - Object Storage Service Documentation
;/../autoload.php')) if (is_file(__DIR__ . '/../vendor/autoload.php')) use OSS\OssClient; use OSS\Core\OssException; use OSS ...