Uploading files in S3 with python
Jul 5, 2025 · 5 min read · In the previous article we created a bucket in s3 using boto3. Now it’s time to upload some files that we will use later to analyze. There are many ways to upload file(s) in s3. Easy way is to use console but it’s not automated, meaning you will have...
Join discussion