![mysql](https://res.cloudinary.com/canonical/image/fetch/f_auto,q_auto,fl_sanitize,c_fill,w_100,h_100/https://api.charmhub.io/api/v1/media/download/charm_F8CtvgcznoeRSupRrY2uEa67oQtBTF7x_icon_ad1a94cf9bb9f68614cb6c17e54e2fbd9dcc7fecc514dc6012b7f58fb5b87f8f.png)
Charmed MySQL
- Canonical
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
8.0/stable | 313 | 03 Dec 2024 | |
8.0/stable | 312 | 03 Dec 2024 | |
8.0/candidate | 313 | 02 Dec 2024 | |
8.0/candidate | 312 | 02 Dec 2024 | |
8.0/beta | 313 | 02 Dec 2024 | |
8.0/beta | 312 | 02 Dec 2024 | |
8.0/edge | 343 | 31 Jan 2025 | |
8.0/edge | 342 | 31 Jan 2025 |
juju deploy mysql --channel 8.0/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
charms.mysql.v0.s3_helpers
-
- Last updated 31 Jan 2025
- Revision Library version 0.10
S3 helper functions for the MySQL charms.
Index
def
upload_content_to_s3(
content: str,
content_path: str,
s3_parameters: Dict
)
Uploads the provided contents to the provided S3 bucket.
Arguments
The content to upload to S3
The path to which to upload the content
A dictionary containing the S3 parameters The following are expected keys in the dictionary: bucket, region, endpoint, access-key and secret-key
def list_backups_in_s3_path(s3_parameters: Dict)
Retrieve subdirectories in an S3 path.
Arguments
A dictionary containing the S3 parameters The following are expected keys in the dictionary: bucket, path, region, endpoint, access-key and secret-key
def
fetch_and_check_existence_of_s3_path(
path: str,
s3_parameters
)
Checks the existence of a provided S3 path by fetching the object.
Arguments
A dictionary containing the S3 parameters The following are expected keys in the dictionary: bucket, region, endpoint, access-key and secret-key
The path to check the existence of