- This script can be used to create a bucket in aws simply and quickly.
- To do this, the boto library is used
- 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
- Just run: pip install -r requirements.txt
- After configuring the defauls just run the main file :)