-
- Downloads
Fix project import from remote to import from S3
Currently, `Import::GitlabProjects::CreateProjectFromRemoteFileService` validates: 1. The file size based on the `Content-Length` header, which S3 doesn't returb on `head` requests; 1. The file content type, which S3 use `application/x-tar` instead of `application/gzip` for a `tar.gz`; Related to: #337230 Changelog: fixed MR: !75170
parent
1bd0df77
No related branches found
No related tags found
Showing
- app/services/import/gitlab_projects/create_project_from_remote_file_service.rb 19 additions, 2 deletions...itlab_projects/create_project_from_remote_file_service.rb
- spec/services/import/gitlab_projects/create_project_from_remote_file_service_spec.rb 35 additions, 16 deletions..._projects/create_project_from_remote_file_service_spec.rb
-
mentioned in merge request kubitus-project/kubitus-installer!562 (merged)
Please register or sign in to comment