s3-concat
s3-concat copied to clipboard
Update deprecated methods
Rust string library has deprecated the use of trim_left_matches and trim_right_matches in favor of trim_start_matches and trim_end_matches. This PR updates this.