Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 574 Bytes

File metadata and controls

13 lines (10 loc) · 574 Bytes

aws-S3

Using AWS S3 with Python and Boto3

To use the AWS S3 functions, please follow the following steps:

  1. Install Python3
  2. Clone the project
  3. Install libs running the command: pip install -r requirements.txt
  4. Create your AWS credentials and configure it as indicated in https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html
  5. Access project folder
  6. 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