-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable endpoint #36
Comments
Hello ! Sorry for my long absence. |
@blogle I had the same requirement as you. I looked into this topic and decided for myself to go down a different route. |
Yeah looking at the different client examples on the |
I have looked at the code of the Simply configuring the endpoint URL to the local emulator endpoint might just work as seen here: |
Currently much of the uris are built from hard-coded associated constants in the
Client
struct. it would be great if theClient::Endpoint
was configurable (or overridable bySTORAGE_EMULATOR_HOST
) so users could program against a test server as demonstrated in this project https://github.com/fsouza/fake-gcs-server/tree/main/examplesit would appear that others are interested in this functionality (see: pingcap/br#258)
and they have investigated crudely swapping out the uri from
tame_gcs
in the tikv gcs backendThe text was updated successfully, but these errors were encountered: