1
0
Fork 0
forked from gitea/nas

Merge commit 'b8ff498781' into kb_migration

This commit is contained in:
KMY 2023-04-06 16:57:25 +09:00
commit 6042ef7008
7 changed files with 40 additions and 23 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)