boto3 upload_fileobj uploads only 1000 objects to a S3 location
I have more than 1050 json files in a s3 location that contains a field ‘id’. I am looping over these json files getting these id’s using get_object. I will use these id’s and pass along with a url to …