Fix user archive takeouts when using OpenStack Swift (#24431)

This commit is contained in:
Claire 2023-04-05 19:31:49 +02:00
parent 4b9e4f6398
commit bc8592627b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class BackupsController < ApplicationController
when :s3
redirect_to @backup.dump.expiring_url(10)
when :fog
if Paperclip::Attachment.default_options.dig(:storage, :fog_credentials, :openstack_temp_url_key).present?
if Paperclip::Attachment.default_options.dig(:fog_credentials, :openstack_temp_url_key).present?
redirect_to @backup.dump.expiring_url(Time.now.utc + 10)
else
redirect_to full_asset_url(@backup.dump.url)