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

Function bucket_name_mangle

tests/s3_integration_help.py:13–14  ·  view source on GitHub ↗
(bn, delimiter='-')

Source from the content-addressed store, hash-verified

11
12
13def bucket_name_mangle(bn, delimiter='-'):
14 return bn + delimiter + os.getenv('AWS_ACCESS_KEY_ID').lower()
15
16
17def no_real_s3_credentials():

Callers 10

test_404_terminationFunction · 0.90
test_sigv4_only_regionFunction · 0.90
test_301_redirectFunction · 0.90
test_get_bucket_vs_certsFunction · 0.90
test_policyFunction · 0.90
test_uri_put_fileFunction · 0.90
test_backup_listFunction · 0.90

Calls

no outgoing calls

Tested by 9

test_404_terminationFunction · 0.72
test_sigv4_only_regionFunction · 0.72
test_301_redirectFunction · 0.72
test_get_bucket_vs_certsFunction · 0.72
test_policyFunction · 0.72
test_uri_put_fileFunction · 0.72
test_backup_listFunction · 0.72