Hi all,
I am working through Tutorial 1: VFVS 2.0 on AWS and currently postprocessing the ATG prescreen output.
I am having trouble accessing and downloading the Enamine_REAL_Space_2022q12.tranches.parquet and Enamine_REAL_Space_2022q12.collections.parquet files using my personal AWS bucket access point ID. I’m using these commands:
aws s3 cp s3://[my AWS bucket access point ID]/Enamine_REAL_Space_2022q12.tranches.parquet ~/
aws s3 cp s3://[my AWS bucket access point ID]/Enamine_REAL_Space_2022q12.collections.parquet ~/
However, it’s giving a 404 error when calling the HeadObject operation and indicating that both files do not exist.
I would appreciate if anyone has any insight or tips! I’m guessing the file names may have changed since. Thank you!