Inactivate download as zip functionality

image

I would like to remove this download functionality, it’s against our workflow and we have no way of logging who downloaded the information. We run a bitbucket 5.2.3 server.
Is this possible?

There’s currently no way to disable archive download in the UI.

we have no way of logging who downloaded the information

Please note that the download will be logged by the system in the access log. It will show up as a GET request to /rest/api/latest/projects/<PROJECT_KEY>/repos/<REPOSITORY_SLUG>/archive and it will include the authenticated user.

Regards
Juan Palacios
Atlassian - Bitbucket Server