class ActiveStorage::Service

def open(*args, **options, &block)

def open(*args, **options, &block)
  ActiveStorage::Downloader.new(self).open(*args, **options, &block)
end