avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-s3-spring-boot-starter
/
io.github.lishangbu.avalon.s3.facade
/
ObjectOperations
/
copy
copy
fun
copy
(
request
:
CopyObjectRequest
)
:
CopyObjectResponse
复制对象。
fun
copy
(
sourceBucketName
:
String
,
sourceKey
:
String
,
destinationBucketName
:
String
,
destinationKey
:
String
)
:
CopyObjectResponse
按桶和 key 复制对象。