Search: "ossclient"
Configure object tagging - Object Storage Service Documentation
= "yourObjectName"; // Creates an OSSClient instance. OSS ossClient = new OSSClientBuilder().build(endpoint, accessKeyId ...
Manage Object Meta - Object Storage Service Documentation
;yourHeader", "yourHeaderValue"); // Create an OSSClient instance. OSSClient ossClient = new OSSClient(endpoint ...
Multipart upload - Object Storage Service Documentation
call $ossClient-initiateMultipartUpload to return the globally unique uploadId created in OSS. Upload parts. You can call ...
Initialization - Object Storage Service Documentation
OSSClient serves as the OSS C# client to manage OSS resources such as buckets and objects. Create an ...
Object - Object Storage Service Documentation
, String key, String filePath) throws FileNotFoundException // Initializes an OSSClient OSSClient client ...
Initialization - Object Storage Service Documentation
OSSClient serves as the OSS Java client to manage OSS resources such as buckets and objects. Create an ...
CORS - Object Storage Service Documentation
;yourAccessKeySecret"; String bucketName = "yourBucketName"; // Create an OSSClient instance. OSSClient ossClient = new ...
Upload videos by using the OSS native SDK - ApsaraVideo for VOD Documentation
-sdk.require_once './aliyun-php-sdk/aliyun-oss-php-sdk-2.2.4/autoload.php';use vod\Request\V20170321 as vod;use OSS\OssClient;use OSS ...
Upload callback - Object Storage Service Documentation
OSS\OssClient; // It is highly risky to log on with AccessKey of an Alibaba Cloud account because the account has permissions on ...
Manage lifecycle rules - Object Storage Service Documentation
OSSClient instance. OSSClient ossClient = new OSSClient(endpoint, accessKeyId, accessKeySecret); SetBucketLifecycleRequest ...
  • <
  • 1
  • 2
  • 3
  • 4
  • 5
  • ... 14
  • >
  •  Total 139 items