method

client

client()
private

No documentation available.

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