-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Move downloadables from the repository #6807
Comments
@dshevtsov, I found several |
|
I propose moving the binaries to a new object in our S3 bucket called I can create the new object on S3 and update links in a new devdocs branch to show how this would work. We would also need to update the devdocs production Jenkins pipeline to exclude the new object so it doesn't get deleted on subsequent deployments. I can also create a branch for the change in the infra repo. The only thing left to consider is how we plan to manage and backup these binary files.
|
See DOC-120 |
The discussion about internal implementation will be moved to internal channels. |
New feature request
Description
The repository contains large binary files linked in topics as downloadables such as images of proprietary formats and archives, that sufficiently enlarges the repository in size. It would be great to have them as just links like https://devdocs.magento.com/downloads to avoid tracking the huge files in git and adding them to each build.
Expected result
Benefits
This will help to avoid unneeded inflation of the repository.
Local development will take far less space on disk.
Possible solutions
Move the downloadables to https://devdocs.magento.com/downloads or other Magento-supported DNS and maintain them separately.
Additional information
The text was updated successfully, but these errors were encountered: