pub fn fold_s3_key_source<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: S3KeySource
) -> S3KeySourcewhere
    F: Fold<T, T2> + ?Sized,