mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
feat: support tencent OSS
This commit is contained in:
@@ -21,7 +21,7 @@ class COSFileSystemProvider(private val clientHandler: COSClientHandler) : S3Fil
|
||||
|
||||
|
||||
override fun getScheme(): String? {
|
||||
return "s3"
|
||||
return "cos"
|
||||
}
|
||||
|
||||
override fun getOutputStream(path: S3Path): OutputStream {
|
||||
|
||||
Reference in New Issue
Block a user