fn encode_no_slash(input: &str) -> String
Percent-encode a string, encoding ALL non-alphanumeric characters (including /). Used for bucket names.
/