added sync mode for local to swift, added delete function in utility, added script to remove all 0bytes directories, added script to delete large files without manifest

This commit is contained in:
2015-12-09 15:39:18 +01:00
parent 07972c55c5
commit cc67ad7649
11 changed files with 191 additions and 38 deletions

View File

@@ -1,6 +1,7 @@
import hashlib,os
from utility import read_in_chunks
try:
pycrypto = True
from Crypto.Cipher import AES