OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
gslib
/
vendored
/
boto
/
boto
/
s3
/
__pycache__
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/11/2025 08:19:48 AM
rwxr-xr-x
📄
__init__.cpython-39.pyc
1.66 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
acl.cpython-39.pyc
4.58 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
bucket.cpython-39.pyc
60.9 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
bucketlistresultset.cpython-39.pyc
4.54 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
bucketlogging.cpython-39.pyc
2.23 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
connection.cpython-39.pyc
19.94 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
cors.cpython-39.pyc
7.01 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
deletemarker.cpython-39.pyc
1.12 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
key.cpython-39.pyc
58.73 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
keyfile.cpython-39.pyc
3.78 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
lifecycle.cpython-39.pyc
9.59 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
multidelete.cpython-39.pyc
3.9 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
multipart.cpython-39.pyc
9.75 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
prefix.cpython-39.pyc
978 bytes
02/11/2025 08:19:48 AM
rw-r--r--
📄
tagging.cpython-39.pyc
2.71 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
user.cpython-39.pyc
1.17 KB
02/11/2025 08:19:48 AM
rw-r--r--
📄
website.cpython-39.pyc
9.92 KB
02/11/2025 08:19:48 AM
rw-r--r--
Editing: __init__.cpython-39.pyc
Close
a sFg� � @ s@ d dl mZmZ d dl mZ G dd� de�Zdd� Zdd� Zd S ) � )� RegionInfo�get_regions)�connectc @ s e Zd Zdd� ZdS )�S3RegionInfoc K s | j r| j f d| ji|��S dS )a� Connect to this Region's endpoint. Returns an connection object pointing to the endpoint associated with this region. You may pass any of the arguments accepted by the connection class's constructor as keyword arguments and they will be passed along to the connection object. :rtype: Connection object :return: The connection to this regions endpoint �hostN)�connection_cls�endpoint)�self� kw_params� r �3/opt/gsutil/gslib/vendored/boto/boto/s3/__init__.pyr s zS3RegionInfo.connectN)�__name__� __module__�__qualname__r r r r r r s r c C s ddl m} tdt| d�S )z� Get all available regions for the Amazon S3 service. :rtype: list :return: A list of :class:`boto.regioninfo.RegionInfo` r ��S3Connection�s3�Z region_clsr )�boto.s3.connectionr r r r r r r �regions/ s �r c K s\ ddl m} d|v rD|�d�}|dvrDtd||d�}|jf i |��S td| ft|d�|��S ) Nr r r )� NZcustom)�namer r r r )r r �popr r )Zregion_namer r r �regionr r r �connect_to_region>