class ActiveStorage::Service

def download(key)

Return the content of the file at the +key+.
def download(key)
  raise NotImplementedError
end