Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
def
bucket_name_mangle(bn, delimiter=
'-'
):
14
return
bn + delimiter + os.getenv(
'AWS_ACCESS_KEY_ID'
).lower()
15
16
17
def
no_real_s3_credentials():
Callers
10
test_404_termination
Function · 0.90
test_sigv4_only_region
Function · 0.90
test_301_redirect
Function · 0.90
test_get_bucket_vs_certs
Function · 0.90
test_empty_latest_listing
Function · 0.90
test_subdomain_compatible
Function · 0.90
test_policy
Function · 0.90
test_uri_put_file
Function · 0.90
test_backup_list
Function · 0.90
prepare_s3_default_test_bucket
Function · 0.70
Calls
no outgoing calls
Tested by
9
test_404_termination
Function · 0.72
test_sigv4_only_region
Function · 0.72
test_301_redirect
Function · 0.72
test_get_bucket_vs_certs
Function · 0.72
test_empty_latest_listing
Function · 0.72
test_subdomain_compatible
Function · 0.72
test_policy
Function · 0.72
test_uri_put_file
Function · 0.72
test_backup_list
Function · 0.72