I have some datasets in a github repo and I want to move them to S3 using python without saving locally anything .
This is my source public repo : [https://github.com/statsbomb/open-data/tree/master/data]
I have seen boto3 working but I have to save the file in my workspace to upload it to s3. This is too much data to download so i want to move directly to s3 then start wrangling the data .