Browse Source

[aws] Disable AWS filesytem until completed

Romain Rigaux 10 years ago
parent
commit
aa9bcdab09
1 changed files with 1 additions and 1 deletions
  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 = {
 FS_GETTERS = {
   "hdfs": cluster.get_hdfs,
   "hdfs": cluster.get_hdfs,
-  "s3": aws.get_s3fs
+#   "s3": aws.get_s3fs
 }
 }