-
Notifications
You must be signed in to change notification settings - Fork 65
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
feat: Add rattler-index-s3
#1012
base: main
Are you sure you want to change the base?
Conversation
Im not sure if this is ready for review but Im wondering if it makes sense to use the |
@baszalmstra this is not ready to review yet. Thanks for the hint on opendal, I'll check it out later. #1008 is ready to review and this PR just contains the changes from #1008 as well. |
let default_filter = if opt.verbose { | ||
LevelFilter::DEBUG | ||
} else { | ||
LevelFilter::INFO | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should IMO use clap_verbosity_flag here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied this from rattler-bin, but I agree with you.
Description