I’m scraping data from multiple urls and I need to save the data to a file in s3 after every url. How would I go about creating a unique file name so it doesn’t overwrite the previous file each time through the loop?
Everything is working flawlessly, including writing the file to s3. The only problem is, I get a single file with the scraped contents of last url in the array.