Search: "ossclient"
Image processing - Object Storage Service Documentation
;/../autoload.php')) if (is_file(__DIR__ . '/../vendor/autoload.php')) use OSS\OssClient; // It is highly risky to ...
List objects - Object Storage Service Documentation
;; String bucketName = "yourBucketName"; String KeyPrefix = "yourKeyPrefix"; // Create an OSSClient instance ...
Initialization - Object Storage Service Documentation
OSSClient serves as the OSS Java client to manage OSS resources such as buckets and objects. To initiate an OSS ...
Manage a bucket - Object Storage Service Documentation
;; // Create an OSSClient instance. OSSClient ossClient = new OSSClient(endpoint, accessKeyId, accessKeySecret); // Create a bucket ...
Authorized access - Object Storage Service Documentation
;; // After a user obtains a temporary STS credential, the OSSClient is generated with the security token and temporary access key ...
Cross-region replication - Object Storage Service Documentation
;yourAccessKeySecret"; String bucketName = "yourBucketName"; // Create an OSSClient instance. OSSClient ossClient = new OSSClient ...
Quick start - Object Storage Service Documentation
;yourBucketName"; // Create an OSSClient instance. OSSClient ossClient = new OSSClient(endpoint, accessKeyId, accessKeySecret ...
Simple upload - Object Storage Service Documentation
= "yourAccessKeyId"; String accessKeySecret = "yourAccessKeySecret"; // Create an OSSClient instance. OSSClient ...
Multipart upload - Object Storage Service Documentation
;; // Create an OSSClient instance. OSS ossClient = new OSSClientBuilder().build(endpoint, accessKeyId, accessKeySecret); /* Step ...
Image processing - Object Storage Service Documentation
"; // Create an OSSClient instance. OSSClient ossClient = new OSSClient(endpoint, accessKeyId, accessKeySecret); // Customize ...
  • 1
  • 2
  • 3
  • 4
  • ... 14
  • >
  •  Total 139 items