This file is indexed.

/usr/lib/python2.7/dist-packages/cloudfiles/consts.py is in python-cloudfiles 1.7.11-3.

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
12
13
14
""" See COPYING for license information. """

__version__ = "1.7.10"
user_agent = "python-cloudfiles/%s" % __version__
us_authurl = 'https://auth.api.rackspacecloud.com/v1.0'
uk_authurl = 'https://lon.auth.api.rackspacecloud.com/v1.0'
default_authurl = us_authurl
default_cdn_ttl = 86400
cdn_log_retention = False

meta_name_limit = 128
meta_value_limit = 256
object_name_limit = 1024
container_name_limit = 256