method
public_url
v7.2.3 -
Show latest stable
- Class:
ActiveStorage::Service::S3Service
public_url(key, **client_opts)private
No documentation available.
# File activestorage/lib/active_storage/service/s3_service.rb, line 135
def public_url(key, **client_opts)
object_for(key).public_url(**client_opts)
end