MCPcopy Create free account
hub / github.com/wal-e/wal-e / test_simple_federation_token

Function test_simple_federation_token

tests/test_aws_sts.py:26–29  ·  view source on GitHub ↗
(sts_conn)

Source from the content-addressed store, hash-verified

24
25@pytest.mark.skipif("no_real_s3_credentials()")
26def test_simple_federation_token(sts_conn):
27 sts_conn.get_federation_token(
28 'hello',
29 policy=make_policy('hello', 'goodbye'))
30
31
32@pytest.mark.skipif("no_real_s3_credentials()")

Callers

nothing calls this directly

Calls 1

make_policyFunction · 0.90

Tested by

no test coverage detected