🌳
pt0/serverF/secretsF/secretForBktF.mts
1
2
export
const
secretForBkt
=
(
bucket_name
:
string
)
=>
`bucket_cfg_json_${
bucket_name
}`
3