instance method
object_for
Ruby on Rails 6.1.7.10
Since v5.2.8.1 PrivateSignature
object_for(key)
No documentation comment.
Parameters
-
keyreq
Source
# File activestorage/lib/active_storage/service/s3_service.rb, line 128
def object_for(key)
bucket.object(key)
end
Defined in activestorage/lib/active_storage/service/s3_service.rb line 128
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service::S3Service