You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the discussion on #22, @tustvold and @roeap pointed out the rust ecosystem is building abstractions over object stores (and consequently URL signing) in the object_store crate. Moving to object_store will simplify the implementation.
Dependencies
Before object_store can be integrated, it needs to support signing URLs for Azure and GCP. Alternatively we could also implement the Signer trait in this crate, but I think that would be wasteful.
In the discussion on #22, @tustvold and @roeap pointed out the rust ecosystem is building abstractions over object stores (and consequently URL signing) in the
object_store
crate. Moving toobject_store
will simplify the implementation.Dependencies
Before
object_store
can be integrated, it needs to support signing URLs for Azure and GCP. Alternatively we could also implement theSigner
trait in this crate, but I think that would be wasteful.References:
object_store crate
The text was updated successfully, but these errors were encountered: