toggle menu
common-ext
2.4.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.aliyun.oss
/
OssUsageServiceImpl
Oss
Usage
Service
Impl
class
OssUsageServiceImpl
(
properties
:
OssProperties
)
:
OssUsageService
Author
CJ
Members
Constructors
Oss
Usage
Service
Impl
Link copied to clipboard
constructor
(
properties
:
OssProperties
)
Functions
private
Resource
Temporary
Url
Link copied to clipboard
open
override
fun
privateResourceTemporaryUrl
(
resourcePath
:
String
)
:
String
public
Resource
Url
Link copied to clipboard
open
override
fun
publicResourceUrl
(
resourcePath
:
String
)
:
String
upload
Private
Resource
Link copied to clipboard
open
override
fun
uploadPrivateResource
(
resourcePath
:
String
,
data
:
InputStream
)
上传私有资源
upload
Private
Resource
For
Url
Link copied to clipboard
open
fun
uploadPrivateResourceForUrl
(
resourcePath
:
String
,
data
:
InputStream
)
:
String
upload
Public
Resource
Link copied to clipboard
open
override
fun
uploadPublicResource
(
resourcePath
:
String
,
data
:
InputStream
)
:
String
上传公开资源