OssUsageService

interface OssUsageService

Author

CJ

Since

2.4.0

See also

Inheritors

Functions

Link copied to clipboard
abstract fun privateResourceTemporaryUrl(resourcePath: String): String
Link copied to clipboard
abstract fun publicResourceUrl(resourcePath: String): String
Link copied to clipboard
abstract fun uploadPrivateResource(resourcePath: String, data: InputStream)

上传私有资源

Link copied to clipboard
open fun uploadPrivateResourceForUrl(resourcePath: String, data: InputStream): String
Link copied to clipboard
abstract fun uploadPublicResource(resourcePath: String, data: InputStream): String

上传公开资源