This file is indexed.

/usr/lib/python2.7/dist-packages/ftpcloudfs/constants.py is in python-ftp-cloudfs 0.25.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
version = '0.25.2'

default_banner = "ftp-cloudfs %v using pyftpdlib %f ready."
default_config_file = '/etc/ftpcloudfs.conf'
default_address = '127.0.0.1'
default_port = 2021

# keystone defaults
default_ks_tenant_separator = '.'
default_ks_service_type = 'object-store'
default_ks_endpoint_type = 'publicURL'