Provides asynchronous mirroring of directly-uploaded blobs.
Source: show | on GitHub
# File activestorage/app/jobs/active_storage/mirror_job.rb, line 12 def perform(key, checksum:) ActiveStorage::Blob.service.try(:mirror, key, checksum: checksum) end