boto3-refresh-session 0.0.9__tar.gz → 0.0.10__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {boto3_refresh_session-0.0.9 → boto3_refresh_session-0.0.10}/PKG-INFO +1 -1
- {boto3_refresh_session-0.0.9 → boto3_refresh_session-0.0.10}/boto3_refresh_session/session.py +3 -3
- {boto3_refresh_session-0.0.9 → boto3_refresh_session-0.0.10}/pyproject.toml +1 -1
- {boto3_refresh_session-0.0.9 → boto3_refresh_session-0.0.10}/LICENSE +0 -0
- {boto3_refresh_session-0.0.9 → boto3_refresh_session-0.0.10}/README.md +0 -0
- {boto3_refresh_session-0.0.9 → boto3_refresh_session-0.0.10}/boto3_refresh_session/__init__.py +0 -0
{boto3_refresh_session-0.0.9 → boto3_refresh_session-0.0.10}/boto3_refresh_session/session.py
RENAMED
@@ -22,7 +22,7 @@ class AutoRefreshableSession:
|
|
22
22
|
To use this class, you must have `~/.aws/config` or `~/.aws/credentials`
|
23
23
|
on your machine.
|
24
24
|
|
25
|
-
|
25
|
+
Parameters
|
26
26
|
----------
|
27
27
|
region : str
|
28
28
|
AWS region name.
|
@@ -37,8 +37,8 @@ class AutoRefreshableSession:
|
|
37
37
|
client_kwargs : dict, optional
|
38
38
|
Optional keyword arguments for `boto3.Session.client`.
|
39
39
|
|
40
|
-
|
41
|
-
|
40
|
+
Attributes
|
41
|
+
----------
|
42
42
|
session
|
43
43
|
Returns a boto3 Session object with credentials which refresh
|
44
44
|
automatically.
|
File without changes
|
File without changes
|
{boto3_refresh_session-0.0.9 → boto3_refresh_session-0.0.10}/boto3_refresh_session/__init__.py
RENAMED
File without changes
|