Deprecated bearer-rules parameter

master
Yaroslava Lukoyanova 2023-06-26 17:23:29 +03:00
parent 79a60c5e5b
commit d97d852940
1 changed files with 0 additions and 2 deletions

View File

@ -165,7 +165,6 @@ def s3_client(
cluster: Cluster,
request: pytest.FixtureRequest,
) -> S3ClientWrapper:
s3_bearer_rules_file = f"{os.getcwd()}/pytest_tests/resources/files/s3_bearer_rules.json"
wallet = WalletInfo(path=default_wallet, password=DEFAULT_WALLET_PASS)
(cid, access_key_id, secret_access_key) = s3_helper.init_s3_credentials(
@ -173,7 +172,6 @@ def s3_client(
client_shell,
cluster,
s3gates=[cluster_node.s3_gate for cluster_node in cluster.cluster_nodes],
s3_bearer_rules_file=s3_bearer_rules_file,
policy=s3_policy,
)
containers_list = list_containers(