跳到內容 跳到搜尋

提供直接上傳 blob 的非同步鏡像。

方法
P

實例公有方法

執行(key, 校驗碼:)

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