I have multiple api calls I'm making that return JSON data. I want to take the json responses from the download tool and import them directly into S3 as json files.
I have figured out how to save the json files to my hard drive by using a file name that has the drive path. I want to do this same process except upload it directly to S3 instead of my hard drive.
Is there a way to do this?