All files used to train Clay model v0, using the sampling strategy v2.
The full .txt file lists 1045224 files (and summary at the end), and is 88Mb, so I've split them to fit on a gist in 10mb chunks.
Generated using:
aws s3 ls s3://clay-tiles-02/ --recursive --human-readable --no-paginate --summarize > s3_listing_data_v2_model_v0.txt
split -b 10m s3_listing_data_v2_model_v0.txt -d s3_listing_data_v2_model_v0-part- --additional-suffix=.txt
gh gist create s3_listing_data_v2_model_v0-part-0* -p