openzim / cms

ZIM file Publishing Platform
https://cms.openzim.org
GNU General Public License v3.0
4 stars 0 forks source link

Allow to delete/rename/move published file #82

Open kelson42 opened 2 years ago

kelson42 commented 2 years ago

The CMS should allow, if possible at all (not sure this is that easy in S3 storage backend for example) to delete/rename/move a ZIM file. This should be possible with a user with the "publisher" role. This is really needed for file hosted at https://download.kiwix.org/zim

rgaudin commented 2 years ago

S3 objects can be deleted but cannot be moved/renamed. Can be recreated and deleted of course. Note that Wasabi has a custom API to rename objects.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.

benoit74 commented 7 months ago

This should probably include (at a second issue should be opened) for files not yet published (i.e. present in /hidden/dev for instance) and also the reverse direction (unpublish a file to /hidden/dev). See https://github.com/openzim/zimfarm/issues/907#issuecomment-1909452642