uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
555 stars 148 forks source link

feat: retrieve the restored file size for backups #3599

Closed shreddedbacon closed 9 months ago

shreddedbacon commented 9 months ago

General Checklist

Database Migrations

Just a refactor to the restore query that adds the field restoreSize: Int that reports the ContentLength of the file, which is reported by the S3 client when the HEAD request to check the file exists is executed.

This would allow for the button in the UI to display the size of the file image

Closing issues

partially #3152 (only for retrieved backups, not all)