跳至内容 跳至搜索

提供直接上传的 Blob 的异步镜像功能。

方法
P

实例公共方法

perform(key, checksum:)

# File activestorage/app/jobs/active_storage/mirror_job.rb, line 12
def perform(key, checksum:)
  ActiveStorage::Blob.service.try(:mirror, key, checksum: checksum)
end