sync with new driver API; make Dropbox indexed

This commit is contained in:
Jude Nelson
2017-05-23 16:48:40 -04:00
parent 1f9120b554
commit 540eac314c
9 changed files with 112 additions and 400 deletions

View File

@@ -26,7 +26,7 @@ from common import get_logger
log = get_logger("blockstack-storage-drivers-http")
def storage_init(conf):
def storage_init(conf, **kw):
return True
def handles_url( url ):