Skip to content
Snippets Groups Projects
Unverified Commit 9d08b811 authored by Claire's avatar Claire Committed by GitHub
Browse files

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

parent c76d19e0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment