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