Open AaronVasquez opened 6 years ago
We will need to refactor so that we have a shared interface that is implemented by both our BadgerStore and S3Store. This will allow us to inject the current implementation based on the store_type on the upload_sessions object.
BadgerStore
S3Store
store_type
upload_sessions
We will need to refactor so that we have a shared interface that is implemented by both our
BadgerStore
andS3Store
. This will allow us to inject the current implementation based on thestore_type
on theupload_sessions
object.