How to Use Python with AWS S3 | Python Boto3 Tutorial

preview_player
Показать описание
Let’s see how you can perform some of the more important operations in your S3 datastore using Python Boto3 library.

Boto3 is the Python library to interact with all AWS services. Here we look at one service in particular, AWS S3. AWS S3 is a simple storage service where you can store structured, semi structured and unstructured data.

It’s pretty common to store S3 for Photos and Videos, as well as use S3 as a data lake - a central data hub where all data flows in.

In this video, we cover all the important operations that you will need. Here are the operations with their timestamps:

00:00 Intro
01:00 What is S3?
03:05 Boto3 Introduction
04:04 List all buckets
05:15 List all objects
07:30 File Upload
12:47 File Download
16:53 Presigned URLs
24:25 Create Bucket
26:17 Copy objects between buckets
29:00 GET object metadata
30:00 Summary & Outro

#aws #s3 #python #boto3 #tutorial

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

Gave me just what I needed to get started as all I needed was the basics. Very easy to follow. Thanks.

stevenparker
Автор

Clear, to the point without wasting time, thanks for quality content

AsadAdeel
Автор

thanks for the video... I have zero knowledge on python and your tutorial helped me to at least start through...

navyasreeveluri
Автор

thanks, man! this was really helpfull

gabrielamalaspina
Автор

What about setting up credentials to access the bucket from the code?

nicholaicorbie
Автор

Thanks for not showing how to set up credentials! Awesome tutorial.

DariuszMakowski
Автор

Dude.. thank you very much for the tutorial. This is a well needed knowledge my only take is that your material is sunk into a huge yellow background for no specific reason. like the cup of coffee on the right corner is almost as big if not bigger than the video itself. also the image is too small, I think for the same reason. please mind that in your next episodes.Thanks!

AS-fjox
Автор

very small size .. unessary add screen/music

ranvijaymehta
Автор

where are the credentials? how did you accessed without credential

DeepakKumar-uzxy
Автор

Hi! I tried to follow you in VSCode I can't use client.list_objects_v2() that method doesn't exist nor list_buckets() Could you please elaborate why I don't have these? I have
boto==2.49.0
boto3==1.28.83
botocore==1.31.83
installed

aztecGin
Автор

You sound like Prismo from Adventure Time

bananawaver
Автор

How are you authencating the AWS access key, secret key and session key here?

TheSanyamkumar
Автор

Very helpful video thank you.
What is the vscode theme name is?

Ibrahim-ldvl
Автор

I did not understand how to connect to bucket at beginning of the code

youneskhellaf
Автор

When I deploy this code on AWS AppRunner, the code is not able to store file on S3 ..Any idea ?

arunlakhera
Автор

Get rid of logo tagging a quarter of the screen. ZOOM in, or make your font larger.

BrannenTaylor
Автор

how do I do a partial read on S3? I have tried the Range but it didn't work out. Any idea

swativerma
Автор

Hello.
What is the most efficient way to read multiple json files in the bucket ? content_object = s3_bucket.s3_resource.Object(s3_bucket.bucket, file)
file_content =

I use the above code, but if the volume of files is high, it gets slow, any tips ?

Fullon
Автор

code is NOT visible why do make such tutorials

zameerahmed