• Brad Davidson's avatar
    Sanitize filenames for use in configmap keys · ecddd267
    Brad Davidson authored
    If the user points S3 backups at a bucket containing other files, those
    file names may not be valid configmap keys.
    
    For example, RKE1 generates backup files with names like
    `s3-c-zrjnb-rs-6hxpk_2022-05-05T12:05:15Z.zip`; the semicolons in the
    timestamp portion of the name are not allowed for use in configmap keys.
    Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
    ecddd267
Name
Last commit
Last update
..
apiaddresses_controller.go Loading commit data...
etcd.go Loading commit data...
etcdproxy.go Loading commit data...
member_controller.go Loading commit data...
metadata_controller.go Loading commit data...
s3.go Loading commit data...