Python-World / python-mini-projects

A collection of simple python mini projects to enhance your python skills
https://python-world.github.io/python-mini-projects/#/
MIT License
14.83k stars 4.84k forks source link

LOCAL FILE TO S3 BUCKET UPLOAD #449

Closed sysadmin-exe closed 2 years ago

sysadmin-exe commented 3 years ago

Description

I would like to add a script that can be used to upload files to s3 Buckets. This is AWS cloud storage product: https://aws.amazon.com/s3/. So one can use this script to automate the upload of local files to this remote cloud storage for safe keeping.

Type of issue

Checklist:

ak14bbk30 commented 3 years ago

where is s3 bucket

sysadmin-exe commented 3 years ago

where is s3 bucket

This is AWS cloud storage product: https://aws.amazon.com/s3/

miguelwy commented 2 years ago

Could you please assigne me to this issue?