class ActiveStorage::Service::S3Service

def public_url(key, **client_opts)

def public_url(key, **client_opts)
  object_for(key).public_url(**client_opts)
end