instance method
client
Ruby on Rails 7.1.6
Since v5.2.8.1 PrivateSignature
client()
No documentation comment.
Source
# File activestorage/lib/active_storage/service/gcs_service.rb, line 195
def client
@client ||= Google::Cloud::Storage.new(**config.except(:bucket, :cache_control, :iam, :gsa_email))
end
Defined in activestorage/lib/active_storage/service/gcs_service.rb line 195
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service::GCSService