method

client

client()
private

No documentation available.

# File activestorage/lib/active_storage/service/gcs_service.rb, line 135
      def client
        @client ||= Google::Cloud::Storage.new(config.except(:bucket))
      end