knox-academy / webscraping

0 stars 0 forks source link

Dev: Setup AWS S3 Bucket for storing scraped data #9

Closed knox-academy closed 1 year ago

knox-academy commented 1 year ago

GOAL: We need to create an S3 bucket name "knox-academy-webscraping-data", if it does not exist already, so that we have a place to store our scraped data. Please create a github action to create the bucket. Use the repository secrets: AWS_ACCESS_KEY_ID, AWS_REGION, AWS_SECRET_ACCESS_KEY to access our AWS account.