1
0

[MINOR] Support JuiceFileSystem (#3729)

This commit is contained in:
tangyoupeng
2021-09-30 12:50:46 +08:00
committed by GitHub
parent 2f07e1267f
commit def08d703d
2 changed files with 3 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ public enum StorageSchemes {
OBS("obs", false),
// Kingsoft Standard Storage ks3
KS3("ks3", false),
// JuiceFileSystem
JFS("jfs", true),
// Baidu Object Storage
BOS("bos", false);