You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To manage the lifecycle of sharelink JSON object better in some deployments infrastructure engineers may choose to delete objects after a certain number of days. Users aiming to have long term persistence of certain sharelinks can create them with a permalink or similar S3 Object Tag and filter them out of the lifecycle rules.
Relevant change in the server code can be made here :
and relevant UI options added to enable permalinks. Current behaviour is such that all links are permalinks and contents of the share url S3 bucket will grow infinitely over time. This may not be an issue except in very high traffic deployments.
The text was updated successfully, but these errors were encountered:
To manage the lifecycle of sharelink JSON object better in some deployments infrastructure engineers may choose to delete objects after a certain number of days. Users aiming to have long term persistence of certain sharelinks can create them with a
permalink
or similar S3 Object Tag and filter them out of the lifecycle rules.Relevant change in the server code can be made here :
terriajs-server/lib/controllers/share.js
Line 112 in 03c15ca
The text was updated successfully, but these errors were encountered: