boto3 1.42.3__py3-none-any.whl → 1.42.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- boto3/__init__.py +1 -1
- boto3/utils.py +1 -11
- {boto3-1.42.3.dist-info → boto3-1.42.5.dist-info}/METADATA +3 -3
- {boto3-1.42.3.dist-info → boto3-1.42.5.dist-info}/RECORD +8 -8
- {boto3-1.42.3.dist-info → boto3-1.42.5.dist-info}/LICENSE +0 -0
- {boto3-1.42.3.dist-info → boto3-1.42.5.dist-info}/NOTICE +0 -0
- {boto3-1.42.3.dist-info → boto3-1.42.5.dist-info}/WHEEL +0 -0
- {boto3-1.42.3.dist-info → boto3-1.42.5.dist-info}/top_level.txt +0 -0
boto3/__init__.py
CHANGED
boto3/utils.py
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
|
11
11
|
# ANY KIND, either express or implied. See the License for the specific
|
|
12
12
|
# language governing permissions and limitations under the License.
|
|
13
|
-
import sys
|
|
14
13
|
from collections import namedtuple
|
|
14
|
+
from importlib import import_module
|
|
15
15
|
|
|
16
16
|
_ServiceContext = namedtuple(
|
|
17
17
|
'ServiceContext',
|
|
@@ -47,16 +47,6 @@ class ServiceContext(_ServiceContext):
|
|
|
47
47
|
pass
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
def import_module(name):
|
|
51
|
-
"""Import module given a name.
|
|
52
|
-
|
|
53
|
-
Does not support relative imports.
|
|
54
|
-
|
|
55
|
-
"""
|
|
56
|
-
__import__(name)
|
|
57
|
-
return sys.modules[name]
|
|
58
|
-
|
|
59
|
-
|
|
60
50
|
def lazy_call(full_name, **kwargs):
|
|
61
51
|
parent_kwargs = kwargs
|
|
62
52
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: boto3
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.5
|
|
4
4
|
Summary: The AWS SDK for Python
|
|
5
5
|
Home-page: https://github.com/boto/boto3
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
22
22
|
Requires-Python: >= 3.9
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
|
-
Requires-Dist: botocore (<1.43.0,>=1.42.
|
|
25
|
+
Requires-Dist: botocore (<1.43.0,>=1.42.5)
|
|
26
26
|
Requires-Dist: jmespath (<2.0.0,>=0.7.1)
|
|
27
27
|
Requires-Dist: s3transfer (<0.17.0,>=0.16.0)
|
|
28
28
|
Provides-Extra: crt
|
|
@@ -115,7 +115,7 @@ Then, set up a default region (in e.g. ``~/.aws/config``):
|
|
|
115
115
|
.. code-block:: ini
|
|
116
116
|
|
|
117
117
|
[default]
|
|
118
|
-
region=us-east-1
|
|
118
|
+
region = us-east-1
|
|
119
119
|
|
|
120
120
|
Other credential configuration methods can be found `here <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html>`__
|
|
121
121
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
boto3/__init__.py,sha256=
|
|
1
|
+
boto3/__init__.py,sha256=j3LCpchsCg34R5PNUzBirFaSCKsEVuJsbjD0RX-mU6E,3366
|
|
2
2
|
boto3/compat.py,sha256=YlQVXOvdJN39m13gS8WfVJqHbzCw3fElnbYrt1beNYg,3202
|
|
3
3
|
boto3/crt.py,sha256=x_jZj-QMI5ZD0D2tu91ggqnsGp4pIYEHVHWqVlfckcw,7254
|
|
4
4
|
boto3/exceptions.py,sha256=drkrpwrC-gQBeaoPlgq4FQFRjd4qom4JHeKhGpsGUm4,4187
|
|
5
5
|
boto3/session.py,sha256=k-OcvTvkPglwPYXS8aeDDKK92YEACEJg5ipqWMQhokM,22136
|
|
6
|
-
boto3/utils.py,sha256=
|
|
6
|
+
boto3/utils.py,sha256=8secEXlszf5Drh4V_IuhUyCSuzY3fHEtO_-Wn-RPFxo,3005
|
|
7
7
|
boto3/data/cloudformation/2010-05-15/resources-1.json,sha256=5mFVKJVtbVoHyPdHSyNfZ5mpkgCAws5PhnveSu4qzdI,5110
|
|
8
8
|
boto3/data/cloudwatch/2010-08-01/resources-1.json,sha256=q4AgE8F4pbscd-2U3NYSGAzK55zpMyOQGr83JUxbZXI,11690
|
|
9
9
|
boto3/data/dynamodb/2012-08-10/resources-1.json,sha256=hBLa1Jt7bdT557U9A7UcSi8SCpONKzdbtDRTzjM1-Y0,3849
|
|
@@ -54,9 +54,9 @@ boto3/s3/__init__.py,sha256=GkSq-WxXWfVHu1SEcMrlJbzkfw9ACgF3UdCL6fPpTmY,562
|
|
|
54
54
|
boto3/s3/constants.py,sha256=L0K_cNKUKZRwVNQpBaelkI1Tc-brOCkeW-JtgK7YhJo,718
|
|
55
55
|
boto3/s3/inject.py,sha256=0UZiCPfurNVJcBOvL1ZJmKEP8fR4syP0rdXuaUulKp0,30377
|
|
56
56
|
boto3/s3/transfer.py,sha256=3R8QZyWCF5hV1YmGOHoZakyY_zs_dHR16AQn9s-KLbY,18998
|
|
57
|
-
boto3-1.42.
|
|
58
|
-
boto3-1.42.
|
|
59
|
-
boto3-1.42.
|
|
60
|
-
boto3-1.42.
|
|
61
|
-
boto3-1.42.
|
|
62
|
-
boto3-1.42.
|
|
57
|
+
boto3-1.42.5.dist-info/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
|
58
|
+
boto3-1.42.5.dist-info/METADATA,sha256=_D9Wn_aFJNbVaRqALxrbL27iWB408sRE5yowDctDMw0,6811
|
|
59
|
+
boto3-1.42.5.dist-info/NOTICE,sha256=BPseYUhKeBDxugm7QrwByljJrzOSfXxaIVVuTE0cf6Q,83
|
|
60
|
+
boto3-1.42.5.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
61
|
+
boto3-1.42.5.dist-info/top_level.txt,sha256=MP6_SI1GcPseXodd3Ykt5F_mCBsrUksiziLxjEZKGUU,6
|
|
62
|
+
boto3-1.42.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|