In this lesson, I will show you how to create S3 bucket, put items in the bucket, how to upload multiple objects in s3, how to download multiple objects, how to control access policy, and how to host a static website in S3. All of this you can learn in only one lesson.
Step Reference
Create User
Install AWS CLI
Python3
Boto3 :
apt-get install Python3-pip3
pip3 install boto3
Client : S3 Connection : list_buckets : Bucket Name
s3 : s3 connection : create_Bucket : (parameters)
Upload File : upload_file
Delete File : Object.delete
clinet : delete_bucket()
https://techworldwithvijaypatel.medium.com/create-s3-bucket-using-python-boto3-99a790ddf750
source
Great information and excellent channel
How do I upload multiple files uploaded from postman without saving locally to s3 asynchronously?
Thanks for video
Thanks for the Video
Thank you sir