Skip to content

Commit

Permalink
Fix "uninitialized constant Fog::OpenStack::Storage" when migrating PJs
Browse files Browse the repository at this point in the history
  • Loading branch information
maatinito committed Oct 24, 2023
1 parent a1766ea commit d451707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/jobs/pjs_migration_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def perform(blob_id)
blob.update_columns(key: new_key)
client.delete_object(container, old_key)
end
rescue Fog::OpenStack::Storage::NotFound
end

def already_moved?(blob)
Expand Down

0 comments on commit d451707

Please sign in to comment.