I'm writing a Python code to put files into S3 bucket. I'm connecting using key and Id.
I also need to work on something to get temporary key and id to connect and do the same.
I saw various options like assume_role, API calls etc. But, its pretty confusing for me.
My requirement - My python code (running on my machine) should generate temporary key and id to make a S3 connection (using boto).
Please help