Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-l-brockwell committed Nov 20, 2024
1 parent 4e10c15 commit 827a62e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/uploaders/file_uploader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def filename
end

def fog_credentials
if fog_directory.include?("clean")
# if fog_directory.include?("clean")
if model.respond_to?(:clean?) && model.clean?
clean_bucket_credentials
else
tmp_bucket_credentials
Expand Down

0 comments on commit 827a62e

Please sign in to comment.