https://github.com/themiu/s3-bucket-upload-demo
https://github.com/themiu/s3-bucket-upload-demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/themiu/s3-bucket-upload-demo
- Owner: TheMIU
- Created: 2024-06-23T01:53:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T03:59:28.000Z (over 1 year ago)
- Last Synced: 2025-02-01T20:29:52.844Z (8 months ago)
- Language: Python
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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