delta-incubator / delta-sharing-rs

A Minimalistic Rust Implementation of Delta Sharing Server.
MIT License
77 stars 8 forks source link

Allow for configuring multiple locations per provider #36

Open roeap opened 5 months ago

roeap commented 5 months ago

Contact Details

No response

Is your feature request related to a problem? Please describe.

The current setup assumes that there is either a single bucket per provider, or at least that all locations share the same credential.

We should allow for configuring dedicated locations, possibly assigning a default credential that is used, when no dedicated credential for that provider is available.

Describe the solution you'd like.

Define some sort of registry, that takes the form of the well know URLs, including the host.

Code of Conduct