24
loading...
This website collects cookies to deliver better user experience
boto3
for AWS S3 management. GET
requests. They GET information and are typically read-only. POST
requests. They SEND information in other to create some data on another computer DELETE
requests. They DELETE information on another computer. PUT/PATCH
requests. They make updates to existing information on another computer. requests
Python package. boto3
(a Python package) to upload files to S3, and to securely download them too. requests
library to make this happen.