Ver Fonte

[aws] Disable AWS filesytem until completed

Romain Rigaux há 10 anos atrás
pai
commit
aa9bcda
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 }