Group Export doesn't include uploads directory
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=428270) </details> <!--IssueSummary end--> <!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "regression" or "type::bug" label: - https://gitlab.com/gitlab-org/gitlab/issues?label_name%5B%5D=regression - https://gitlab.com/gitlab-org/gitlab/issues?label_name%5B%5D=type::bug and verify the issue you're about to submit isn't a duplicate. ---> ### Summary Group export export Epic but not any images in the epic. ### Steps to reproduce 1. Create an Epic. 2. Upload an image in the description. 3. Export Group. 4. No image is exported. ### What is the current *bug* behavior? The Epic is exported but the images are not exported along. ### What is the expected *correct* behavior? Any images in `/uploads/` should also be exported. #### Results of GitLab environment info Verified this in 16.4 but also in older versions. ### Possible fixes Include the Group uploads directory in the export. This is a missing feature. We do export uploads for projects [here](https://gitlab.com/gitlab-org/gitlab/-/blob/d530de1fcd93a9fbadf21e4d6b1711ac6935a5bc/app/services/projects/import_export/export_service.rb#L24-30)), but we never exported uploads for groups in file-based Import/Export.
issue