Read, write and copy files in S3 with Python Boto3
Objective:
I wanted to read a file in s3, process it, store the data in database, move the file to another “location” in s3
I needed to take care of three things.
Credentials
It is important to have an IAM user and generate an access key for them. I ...
rameshl.hashnode.dev3 min read