update_manifest_contents# update_manifest_contents(location_keys: dict) → DataFrame[source]# Update manifest using files at given keys at specified locations. Parameters: location_keys – Map of locations to list of file keys. Returns: Combined manifest of file keys, extensions, and locations. make_file_manifest(location: str, keys: list[str]) → DataFrame[source]# Create manifest for location with given list of file keys. Parameters: location – File location (local path or S3 bucket). keys – List of file keys. Returns: Manifest of file keys, extensions, and locations.