

Step 2 The S3 bucketĪn Amazon S3 bucket is a public cloud storage resource available in Amazon Web Services’ (AWS) Simple Storage Service (S3), an object storage offering.
.png)
This downloads the file to our local machine, Overwriting the file if it finds that it’s already there. R = requests.get(url, allow_redirects=True) For this, I’m using Python as my language of choice but feel free to use anything that you feel comfortable with! Step 1 Download the fileįirst lets download the file locally import requests We can do the automation in a number of different ways but let’s start with a Python script that we can manually run. Now it’s time to start automating that process! Last week, I wrote a blog about downloading data, uploading it to an S3 bucket, and importing it into Snowflake (which you can find here).
