hholzgra / maposmatic

Mirror of maposmatic repository at savannah.nongnu.org
GNU Affero General Public License v3.0
70 stars 13 forks source link

Extend API to allow specifying upload file retention period/policy #118

Open hholzgra opened 9 months ago

hholzgra commented 9 months ago

The Web UI now allows to specify whether uploaded files should be kept for a while to allow re-render, or purged right after the related rendering job was processed (successful or not).

The API does not allow for such control over purge behavior yet, which still needs to be added.

See also: Issues #90 and #116