Home » ComputerScience » AWS BOTO

AWS BOTO

Boto is the Amazon Web Services (AWS) SDK for Python, which allows Python developers to write software that makes use of Amazon services like S3 and EC2. Boto provides an easy to use, object-oriented API as well as low-level direct service access.

quickstart:
https://blog.shikisoft.com/accessing-aws-resources-using-python-scripts/

https://boto3.amazonaws.com/v1/documentation/api/latest/index.html

BOTO

Leave a Reply