JuliaServices / CloudStore.jl

A simple, consistent, and performant API for interacting with common cloud storage abstractions
Other
16 stars 8 forks source link

Reorganize internal apis to be more consistent. #10

Closed quinnj closed 2 years ago

quinnj commented 2 years ago

Introduce an API submodule that has function stubs and "impl" functions for get/put. Individual cloud submodules then overload API methods for cloud-specific list/get/put methods.