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

Allow setting ClientOptions with Options API #4202

Merged
merged 2 commits into from
May 11, 2023

Conversation

tustvold
Copy link
Contributor

Which issue does this PR close?

Relates to #4047

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the object-store Object Store Interface label May 11, 2023
Copy link
Contributor

@roeap roeap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if needed, happy to contribuite some of the legwork to define all the client configs.. :)

@@ -604,6 +604,9 @@ pub enum AmazonS3ConfigKey {
/// - `aws_profile`
/// - `profile`
Profile,

/// Client options
Client(ClientConfigKey),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice way to keep everything in one property bag ❤️

@tustvold
Copy link
Contributor Author

happy to contribuite some of the legwork to define all the client configs

That would be great 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
object-store Object Store Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants