feat: support tencent OSS

This commit is contained in:
hstyi
2025-06-27 10:29:58 +08:00
committed by hstyi
parent d7120cabe0
commit 39b9bba9cf
12 changed files with 650 additions and 63 deletions

View File

@@ -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 {