class ActiveStorage::Blob

def download_chunk(range)

Downloads a part of the file associated with this blob.
def download_chunk(range)
  service.download_chunk key, range
end