#2853 was just merged, which refactored different helper functions into test/remotes.py. There are different remote classes (such as S3, Azure, etc) and functions such as get_aws_url()/get_gcp_url.
It'd be good to merge them inside their respective remote classes. :)