method
client
rails latest stable - Class:
ActiveStorage::Service::GCSService
client()private
No documentation available.
# 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