method
public_url
v8.0.0 -
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 125
def public_url(key, **client_opts)
object_for(key).public_url(**client_opts)
end