| Package | Description |
|---|---|
| com.aliyun.oss |
| Modifier and Type | Method and Description |
|---|---|
CopyObjectResult |
OSSClient.copyObject(CopyObjectRequest copyObjectRequest) |
CopyObjectResult |
OSS.copyObject(CopyObjectRequest copyObjectRequest)
Copies an existing file in OSS from source bucket to the target bucket.
|
CopyObjectResult |
OSSClient.copyObject(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey) |
CopyObjectResult |
OSS.copyObject(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey)
Copies an existing file in OSS from source bucket to the target bucket.
|
Copyright © 2021. All Rights Reserved.