I think this is a function built into the FastAI library. When you call this function, the FastAI API downloads a copy of the data you specify, in this case PETS, from an S3 bucket on AmazonS3. So I don’t think you have to explicitly write out the AWS location of the data, the fastAI library downloads the data from where it is stored for you when you tell it which dataset to download,