-
Notifications
You must be signed in to change notification settings - Fork 34
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
Upload Download Kernel Images #413
Conversation
main highlights on current approach/implementation:
Notes/concerns: not sure if the new independent artifact upload flow I've made is optimal or if it's not fully backwards compatible with the onshape/listing artifact flows. CRUD functionality is working but not sure about correctness with S3/cloudfront and the actual files being uploaded/to be download. |
Notes: Had to encode/decode file as Base64 string to get rid of linting/typesafe error in Can return to this to remove base64 encode/decode and pass as raw binary (save space and time) during data transfer. |
What does this PR do?
Allows admins and moderators to upload Kernel Images and allows for users to download the Kernel Images from the downloads page.