canonical / mysql-k8s-operator

A Charmed Operator for running MySQL on Kubernetes
https://charmhub.io/mysql-k8s
Apache License 2.0
8 stars 15 forks source link

Fix bug that resulted in wrong output displayed from list-backups action #340

Closed shayancanonical closed 9 months ago

shayancanonical commented 9 months ago

Issue

We were use lstrip in a helper that determined which backups are available in the list-backups action. What we actually wanted was remove_prefix

Solution

Fetch in a new version of the s3_helpers charm lib which has the above fix