Using AWS S3 with Python and Boto3
To use the AWS S3 functions, please follow the following steps:
- Install Python3
- Clone the project
- Install libs running the command: pip install -r requirements.txt
- Create your AWS credentials and configure it as indicated in https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html
- Access project folder
- Run the main.py file using command: python main.py
For more information about AWS Boto3 Library, please visit: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html