[HUDI-871] Add support for Tencent Cloud Object Storage(COS) (#1855)
Co-authored-by: deyzhong <deyzhong@tencent.com>
This commit is contained in:
@@ -47,7 +47,9 @@ public enum StorageSchemes {
|
||||
// View FS for federated setups. If federating across cloud stores, then append support is false
|
||||
VIEWFS("viewfs", true),
|
||||
//ALLUXIO
|
||||
ALLUXIO("alluxio", false);
|
||||
ALLUXIO("alluxio", false),
|
||||
// Tencent Cloud Object Storage
|
||||
COSN("cosn", false);
|
||||
|
||||
private String scheme;
|
||||
private boolean supportsAppend;
|
||||
|
||||
Reference in New Issue
Block a user