OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
s3transfer
/
__pycache__
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/14/2024 03:18:42 PM
rwxr-xr-x
📄
__init__.cpython-311.pyc
36.37 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
bandwidth.cpython-311.pyc
19.37 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
compat.cpython-311.pyc
2.91 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
constants.cpython-311.pyc
576 bytes
05/14/2024 03:18:42 PM
rw-r--r--
📄
copies.cpython-311.pyc
11.56 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
crt.cpython-311.pyc
39.22 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
delete.cpython-311.pyc
2.71 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
download.cpython-311.pyc
31.39 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
exceptions.cpython-311.pyc
1.75 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
futures.cpython-311.pyc
30.44 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
manager.cpython-311.pyc
28.09 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
processpool.cpython-311.pyc
43.7 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
subscribers.cpython-311.pyc
4.08 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
tasks.cpython-311.pyc
14.21 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
upload.cpython-311.pyc
32.28 KB
05/14/2024 03:18:42 PM
rw-r--r--
📄
utils.cpython-311.pyc
37.67 KB
05/14/2024 03:18:42 PM
rw-r--r--
Editing: bandwidth.cpython-311.pyc
Close
� ҀCf= � �� � d dl Z d dlZ G d� de� � Z G d� d� � Z G d� d� � Z G d� d � � Z G d � d� � Z G d� d � � Z G d� d� � Z G d� d� � Z dS )� Nc � � � e Zd Z� fd�Z� xZS )�RequestExceededExceptionc � �� || _ || _ d� ||� � }t � � � |� � dS )a� Error when requested amount exceeds what is allowed The request that raised this error should be retried after waiting the time specified by ``retry_time``. :type requested_amt: int :param requested_amt: The originally requested byte amount :type retry_time: float :param retry_time: The length in time to wait to retry for the requested amount z<Request amount {} exceeded the amount available. Retry in {}N)� requested_amt� retry_time�format�super�__init__)�selfr r �msg� __class__s ��G/opt/alt/python311/lib/python3.11/site-packages/s3transfer/bandwidth.pyr z!RequestExceededException.__init__ sN �� � +���$���L�S�S��:� � �� ����������� )�__name__� __module__�__qualname__r � __classcell__)r s @r r r s8 �� � � � � �� � � � � � � � r r c � � e Zd ZdZdS )�RequestTokenzDA token to pass as an identifier when consuming from the LeakyBucketN)r r r �__doc__� r r r r '