-
- Downloads
Release skipping copy operation in generic packages upload
When uploading a generic package, we put the file in a temp location on object store, then copy the file from the temp location to a permanent one. In this MR, we avoid this copy operation and upload the file to its final location from the beginning. This helps save time & cost in packages upload. Changelog: performance
parent
64904879
No related branches found
No related tags found
Showing
- config/feature_flags/gitlab_com_derisk/skip_copy_operation_in_generic_packages_upload.yml 0 additions, 9 deletions...derisk/skip_copy_operation_in_generic_packages_upload.yml
- lib/api/generic_packages.rb 3 additions, 8 deletionslib/api/generic_packages.rb
- spec/requests/api/generic_packages_spec.rb 0 additions, 14 deletionsspec/requests/api/generic_packages_spec.rb
-
mentioned in merge request kubitus-project/kubitus-installer!2945 (merged)
Please register or sign in to comment