An open API service indexing awesome lists of open source software.

https://github.com/themiu/s3-bucket-upload-demo


https://github.com/themiu/s3-bucket-upload-demo

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

### Prerequisites
* An AWS account
* Python installed on your system

### 1. Install Boto3
`pip install boto3`

### 2. Create an AWS User and S3 Bucket
* Create user: https://youtu.be/7nw7uD9o6no
* Create access key: https://www.youtube.com/watch?v=8wVvbSUjuHo
* Create S3 bucket: https://youtu.be/AzZ3jWmQT5A
* Full doc: https://docs.google.com/document/d/1BlaH6y3jqlMsP3GEEsQmgAamQxo9KAMxabfm8gxiWS8

### 3. Run python file

---
🔗 Quickstart - Boto3 1.34.131 documentation : https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html

🔗 Uploading files - Boto3 1.34.131 documentation : https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-uploading-files.html