瀏覽代碼

[aws] Disable AWS filesytem until completed

Romain Rigaux 10 年之前
父節點
當前提交
aa9bcdab09
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/lib/fsmanager.py

+ 1 - 1
desktop/core/src/desktop/lib/fsmanager.py

@@ -31,7 +31,7 @@ DEFAULT_SCHEMA = 'hdfs'
 
 FS_GETTERS = {
   "hdfs": cluster.get_hdfs,
-  "s3": aws.get_s3fs
+#   "s3": aws.get_s3fs
 }