提供直接上傳 blob 的非同步鏡像。
來源:顯示 | 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