-
Notifications
You must be signed in to change notification settings - Fork 6
feat: support minio credentials for datasets #107
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
Conversation
|
Looks like CI is failing because of changes needed in test code for v2 job images. I'll try to add some commits here to fix them, but then migrate it to a separate PR so that they are grouped properly. |
|
Opened #108 with the updates required for v2 images |
mortenpi
left a comment
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.
Just one small code structure request. Other than that, I think this needs:
- A changelog entry.
- A note in the docs, probably on the datasets reference page, that JuliaHub instances using Minio need at least JuliaHub.jl 0.1.16.
Handle minio credentials for dataset operations. fixes: JuliaComputing/JuliaHub#20486
Add information about MinIO backend requirements for JuliaHub datasets.
mortenpi
left a comment
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 took the liberty of editing the docs. Otherwise, LGTM!
Handle minio credentials for dataset operations.
fixes: https://github.com/JuliaComputing/JuliaHub/issues/20486
requires: #108