Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 744 Bytes

File metadata and controls

18 lines (14 loc) · 744 Bytes

Automate AWS S3 Bucket

  • This script can be used to create a bucket in aws simply and quickly.
  • To do this, the boto library is used

AWS KEYS

  • To get the aws_access_key_id_value and aws_secret_access_key_value keys go to the AWS panel (https://console.aws.amazon.com/)
  • Go to your user's menu and access My Security Credentials
  • Then create a new access key, so it is presented aws_access_key_id_value and aws_secret_access_key_value
  • After that, just replace it in the defaults.py file

AWS REGIONS

INSTALL DEPENDENCIES

  • Just run: pip install -r requirements.txt

Working

  • After configuring the defauls just run the main file :)