Change user backups to use expiring URLs for download when possible (#24136)
This commit is contained in:
parent
edc7ca5920
commit
75e5a6e437
6 changed files with 32 additions and 4 deletions
|
@ -55,5 +55,5 @@
|
|||
%tbody
|
||||
%tr
|
||||
%td.button-primary
|
||||
= link_to full_asset_url(@backup.dump.url) do
|
||||
= link_to download_backup_url(@backup) do
|
||||
%span= t 'exports.archive_takeout.download'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue