I'm trying to figure out how to download a file from google cloud storage bucket.
My use-case is to run a scheduled script which downloads a .csv file once a day and save it to a SQL DB.
I considered doing it using python and the google SDK but got lost with all the options and which one is the right for me.
Could someone can explain the difference between cloud storage client, boto, gsutil, and google cloud SDK?
Thanks!