[HUDI-3551] Add the Oracle Cloud Infrastructure (oci) Object Storage URI scheme (#4952)
This commit is contained in:
@@ -67,7 +67,9 @@ public enum StorageSchemes {
|
||||
// JuiceFileSystem
|
||||
JFS("jfs", true),
|
||||
// Baidu Object Storage
|
||||
BOS("bos", false);
|
||||
BOS("bos", false),
|
||||
// Oracle Cloud Infrastructure Object Storage
|
||||
OCI("oci", false);
|
||||
|
||||
private String scheme;
|
||||
private boolean supportsAppend;
|
||||
|
||||
Reference in New Issue
Block a user