class ActiveStorage::Service

def download_chunk(key, range)

Return the partial content in the byte +range+ of the file at the +key+.
def download_chunk(key, range)
  raise NotImplementedError
end