pub async fn upload_s3(
backup_path: &str,
bucket: &str,
region: &str,
endpoint: Option<&str>,
_access_key: &str,
_secret_key: &str,
prefix: Option<&str>,
json: bool,
) -> Result<()>Expand description
Upload backup to S3-compatible storage