Search: "ossclient"
Set logging - Object Storage Service Documentation
= "yourAccessKeyId"; String accessKeySecret = "yourAccessKeySecret"; // Create an OSSClient instance. OSSClient ...
Static website hosting - Object Storage Service Documentation
"; // Create an OSSClient instance. OSSClient ossClient = new OSSClient(endpoint, accessKeyId, accessKeySecret ...
Data security - Object Storage Service Documentation
= "yourAccessKeySecret"; // Create an OSSClient instance. OSSClient ossClient = new OSSClient(endpoint, accessKeyId ...
Bucket - Object Storage Service Documentation
(is_file(__DIR__ . '/../autoload.php')) if (is_file(__DIR__ . '/../vendor/autoload.php')) use OSS\OssClient; use ...
Manage a bucket - Object Storage Service Documentation
Aliyun.OSS; // Initialize an OSSClient. var client = new OssClient(endpoint, accessKeyId, accessKeySecret); // Create a new bucket ...
Bucket tagging - Object Storage Service Documentation
accessKeyId = "yourAccessKeyId"; String accessKeySecret = "yourAccessKeySecret"; // Creates an OSSClient instance ...
Quick start - Object Storage Service Documentation
= "yourBucketName"; // Create an OSSClient instance. var client = new OssClient(endpoint, accessKeyId, accessKeySecret ...
Manage ACL for an object - Object Storage Service Documentation
. String accessKeyId = "yourAccessKeyId"; String accessKeySecret = "yourAccessKeySecret"; // Create an OSSClient ...
Delete objects - Object Storage Service Documentation
;yourBucketName"; String objectName = "yourObjectName"; // Create an OSSClient instance. OSSClient ossClient = new ...
Manage a symbolic link - Object Storage Service Documentation
destinationObjectName = "yourDestinationObjectName"; // Create an OSSClient instance. OSSClient ossClient = new OSSClient ...