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
/
TransferOperations
/
uploadFile
upload
File
fun
uploadFile
(
request
:
UploadFileRequest
)
:
FileUpload
上传单文件。
fun
uploadFile
(
bucketName
:
String
,
key
:
String
,
source
:
Path
,
contentType
:
String
?
=
null
)
:
FileUpload
基于桶和 key 上传单文件。