Victor Grau Serrat
|
2e28c38c0e
|
BUG: added addtl params for dropbox storage init to preserve consistency across drivers
|
2017-11-04 23:00:28 -06:00 |
|
Aaron Blankstein
|
c878b62c8a
|
/usr/bin/env python -> python2. our code is not python3 friendly, we should specify that
|
2017-08-17 13:40:01 -04:00 |
|
Aaron Blankstein
|
aaeae2ad06
|
adding debug statements to storage and dropbox, trying to figure out what is going on in issue #490
|
2017-08-15 16:57:12 -04:00 |
|
Jude Nelson
|
07e88d81e0
|
add driver classes so we can select drivers by capabilities instead of by name. Also, add an index_check_setup() method to avoid re-building an index
|
2017-06-18 22:06:49 -04:00 |
|
Jude Nelson
|
29ef0b801e
|
use new built-in index handlers
|
2017-06-15 11:25:15 -04:00 |
|
Jude Nelson
|
445af537c5
|
don't require an API token to run
|
2017-05-30 19:20:26 -04:00 |
|
Jude Nelson
|
540eac314c
|
sync with new driver API; make Dropbox indexed
|
2017-05-23 16:48:40 -04:00 |
|
Jude Nelson
|
f5ecf9b148
|
experimental support for building up a data_id --> URL index within a storage provider, so we can share files publicly and access them without API keys
|
2017-05-17 22:05:03 -04:00 |
|
Jude Nelson
|
b599de652c
|
return True/False on put_chunk
|
2017-05-11 18:23:02 -04:00 |
|
Jude Nelson
|
64387268a8
|
test data names with quotes in them
|
2017-05-11 13:57:07 -04:00 |
|
Jude Nelson
|
0d9be8f0b7
|
use compression logic from common
|
2017-05-11 13:55:56 -04:00 |
|
Jude Nelson
|
f4dc751841
|
Add Dropbox support for storage
|
2017-05-10 15:53:48 -04:00 |
|