rapidsai / asvdb

Apache License 2.0
9 stars 4 forks source link

[ENH] Added stubs and FIXMEs for supporting S3 #5

Closed rlratzel closed 4 years ago

rlratzel commented 4 years ago

Added stubs and FIXMEs for supporting S3.

These allows asvdb to continue to be used for local file systems (ie. they're no-ops) while documenting what needs to be added for supporting S3. The unit tests all pass with these in place.

To add S3 support, search for the FIXMEs and address them. For the locking methods, there may be a need to add additional helpers for S3 similar to those for local file system locks.