Преглед изворни кода

[aws] Disable AWS filesytem until completed

Romain Rigaux пре 10 година
родитељ
комит
aa9bcda
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
 }