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
Currently the S3-integration has a PostgreSQL db for cleaning up files. This function is directly supported from S3 via lifetime.
Therefore the separate db functionality should be removed and be replaced by the S3 lifetime.
The lifetime can i.e. be set via S3-Browser
Acceptance criteria
The S3-integration does not use a database anymore
The S3-integration passes the HexagonalArchitectureTest (needs to be added)
Alternative solution for cleanup
New method for tagging folders with (deprecation) label
Configure S3 lifecycle to cleanup files having the deprecation label
Tagging could be triggered through engine process end event
Bitte prüfen, ob die DB irgendwo für direkte Abfragen genutzt wird. Das wäre noch ein Hinderungsgrund für den Abbau.
Usecase wäre: Ordner-Abfrage (evtl. im Kontext Erstellen der Presigned-URL)
Currently the S3-integration has a PostgreSQL db for cleaning up files. This function is directly supported from S3 via lifetime.
Therefore the separate db functionality should be removed and be replaced by the S3 lifetime.
The lifetime can i.e. be set via S3-Browser
Acceptance criteria
Alternative solution for cleanup
References
The text was updated successfully, but these errors were encountered: