How to Upload files from local to AWS S3 using Python (Boto3) API | upload_file method |Handson Demo

preview_player
Показать описание
Boto3 is AWS SDK for Python . It is very useful to write your AWS applications using Python. In this step by step tutorial , I explain you the get_object method of boto3 and show you how to use use upload_file method of S3 to uploa data from local to AWS S3 using Python.

#AWS #boto3 #Python
Рекомендации по теме
Комментарии
Автор

very well explained and very concise! Would appreciate if you can post a video on "How to build a CRUD serverless API using AWS Lambda, API Gateway, DynamoDB using Python". Keep sharing the knowledge. Thanks

geethanjaliarun
Автор

Good explain. Without credentials how it work ? I am new to S3, when looking your python code, I can see uploading the file alone ny using the s3 object... No credentials required? Pls clarify...thanks

priyamanavalhoney
Автор

Sir suppose I have AL3 file in my desktop and I need to convert that format and read using third party API how I will upload file in that API and retrieve that file in particular format without the use of any object just normally passing desktop file.

anilpoudel
Автор

where you have defined your access and secret key to upload

itzmekallam
Автор

Hi I would like to automate this process and make it as an exe? Can you kindly guide me please

ayeshamussarath