Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s3tests_boto3/functional/test_sts.py: clean up, fix pep warnings #586

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
ae2b416
s3tests_boto3/functional/test_sts.py: remove unused imports
rkhudov Sep 6, 2024
37aee0a
s3tests_boto3/functional/test_sts.py: create_role add whitespaces, fi…
rkhudov Sep 6, 2024
b6ab34d
s3tests_boto3/functional/test_sts.py: put_role_policy add whitespaces…
rkhudov Sep 6, 2024
2bf6880
s3tests_boto3/functional/test_sts.py: put_user_policy add whitespaces…
rkhudov Sep 6, 2024
eb09c4c
s3tests_boto3/functional/test_sts.py: get_s3_client_using_iam_creds a…
rkhudov Sep 6, 2024
613d888
s3tests_boto3/functional/test_sts.py: create_oidc_provider add whites…
rkhudov Sep 6, 2024
3cc629b
s3tests_boto3/functional/test_sts.py: get_s3_resource_using_iam_creds…
rkhudov Sep 6, 2024
31d8baa
s3tests_boto3/functional/test_sts.py: test_get_session_token add whit…
rkhudov Sep 6, 2024
fdb8b43
s3tests_boto3/functional/test_sts.py: test_get_session_token_permanen…
rkhudov Sep 6, 2024
a37a419
s3tests_boto3/functional/test_sts.py: test_assume_role_allow add whit…
rkhudov Sep 6, 2024
9c2126d
s3tests_boto3/functional/test_sts.py: test_assume_role_deny add white…
rkhudov Sep 6, 2024
a9cdc2b
s3tests_boto3/functional/test_sts.py: test_assume_role_creds_expiry a…
rkhudov Sep 6, 2024
9a6462b
s3tests_boto3/functional/test_sts.py: test_assume_role_deny_head_none…
rkhudov Sep 6, 2024
d58da9f
s3tests_boto3/functional/test_sts.py: test_assume_role_allow_head_non…
rkhudov Sep 6, 2024
c4d8795
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 6, 2024
0bfb77d
s3tests_boto3/functional/test_sts.py: test_session_policy_check_on_di…
rkhudov Sep 6, 2024
5eb8fc8
s3tests_boto3/functional/test_sts.py: test_session_policy_check_on_sa…
rkhudov Sep 6, 2024
17d56a8
s3tests_boto3/functional/test_sts.py: test_session_policy_check_put_o…
rkhudov Sep 6, 2024
3c9a60b
s3tests_boto3/functional/test_sts.py: test_swapping_role_policy_and_s…
rkhudov Sep 6, 2024
6ab8cae
s3tests_boto3/functional/test_sts.py: test_session_policy_check_diffe…
rkhudov Sep 6, 2024
5e44960
s3tests_boto3/functional/test_sts.py: test_session_policy_check_with_…
rkhudov Sep 6, 2024
4799c91
s3tests_boto3/functional/test_sts.py: test_session_policy_check_with_…
rkhudov Sep 6, 2024
340214f
s3tests_boto3/functional/test_sts.py: test_session_policy_bucket_poli…
rkhudov Sep 6, 2024
4118b47
s3tests_boto3/functional/test_sts.py: test_session_policy_bucket_poli…
rkhudov Sep 6, 2024
f9d64df
s3tests_boto3/functional/test_sts.py: test_session_policy_copy_object…
rkhudov Sep 6, 2024
9d95a6e
s3tests_boto3/functional/test_sts.py: test_session_policy_no_bucket_r…
rkhudov Sep 6, 2024
30b976e
s3tests_boto3/functional/test_sts.py: test_session_policy_bucket_poli…
rkhudov Sep 6, 2024
7113f52
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 8, 2024
9282f30
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 8, 2024
84bc1ae
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 8, 2024
e34cdf6
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 8, 2024
8658d04
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 8, 2024
9392283
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 8, 2024
e667b58
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 9, 2024
70ec15c
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 9, 2024
86b5d3b
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 9, 2024
c4b989f
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 9, 2024
da3e0c1
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 9, 2024
c5b4477
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 9, 2024
d94bd93
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 9, 2024
0db9bdc
s3tests_boto3/functional/test_sts.py: test_assume_role_with_web_ident…
rkhudov Sep 9, 2024
575a0ff
s3tests_boto3/functional/test_sts.py: fix pep missing warnings
rkhudov Sep 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading