Example #1
0
		def __init__(self, storage, bucket, passwd):
			CryptoFilter.__init__(self, passwd)
			CloudFileSystem.__init__(self, storage, bucket)
Example #2
0
		def __init__(self, conf, k, m, passwd):
			CryptoFilter.__init__(self, passwd)
			CodeFileSystem.__init__(self, conf.gen_stors(), k, m)