Skip to content
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

h2o.set_s3_credentials should support endpoint and region #16178

Open
hutch3232 opened this issue Apr 25, 2024 · 0 comments
Open

h2o.set_s3_credentials should support endpoint and region #16178

hutch3232 opened this issue Apr 25, 2024 · 0 comments
Labels

Comments

@hutch3232
Copy link

Is your feature request related to a problem? Please describe.
It's convenient that h2o supports changing keys within a session using h2o.set_s3_credentials, but the endpoint and region values are set before launching h2o. It would be nice if those were easily configurable within a session.

Describe the solution you'd like
Two new arguments, perhaps endpoint and region, to h2o.set_s3_credentials. Probably defaulting to NULL or something to not break existing code.

Describe alternatives you've considered
Sparkling water supports this because you can configure bucket-level access which is super nice. That kind of an approach would be even better, if possible.

Additional context
This PR exposed the endpoint/region args: #164 to java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant