We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ba706 commit e6ec6f4Copy full SHA for e6ec6f4
1 file changed
app/models/concerns/csv2db/active_storage_adapter.rb
@@ -33,7 +33,7 @@ def download_link
33
34
set_current_host
35
36
- file_attachment.service_url(
+ file_attachment.url(
37
expires_in: LINK_MAX_EXPIRY.to_i,
38
disposition: 'attachment'
39
)
0 commit comments