method
object_for
v6.0.0 -
Show latest stable
- Class:
ActiveStorage::Service::S3Service
object_for(key)private
No documentation available.
# File activestorage/lib/active_storage/service/s3_service.rb, line 97
def object_for(key)
bucket.object(key)
end