提供直接上传的 Blob 的异步镜像功能。
方法
- P
实例公共方法
perform(key, checksum:) 链接
源代码: 显示 | 在 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