[Fix-14715] [Resource Center] Modify default fs of local storage plugin (#14716)
Co-authored-by: xiangzihao <460888207@qq.com>
(cherry picked from commit 2314b67870)
This commit is contained in:
parent
3bc82e7973
commit
988aaf880c
|
|
@ -26,7 +26,7 @@ import com.google.auto.service.AutoService;
|
|||
@AutoService(StorageOperateFactory.class)
|
||||
public class LocalStorageOperatorFactory implements StorageOperateFactory {
|
||||
|
||||
private static final String LOCAL_DEFAULT_FS = "file:///";
|
||||
private static final String LOCAL_DEFAULT_FS = "file:/";
|
||||
|
||||
@Override
|
||||
public StorageOperate createStorageOperate() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue