Explorar o código

[aws] Disable AWS filesytem until completed

Romain Rigaux %!s(int64=10) %!d(string=hai) anos
pai
achega
aa9bcda
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }