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
/
PresignOperations
/
put
put
fun
put
(
request
:
PutObjectRequest
,
expiresIn
:
Duration
)
:
PresignedPutObjectRequest
预签名 PUT。
fun
put
(
bucketName
:
String
,
key
:
String
,
expiresIn
:
Duration
,
contentType
:
String
?
=
null
)
:
PresignedPutObjectRequest
基于桶和 key 预签名 PUT。