I am trying to connect to Google Cloud Storage with AccessKey and SecretKey. I found that there is GoogleCloudStorage repository available for connecting. But its require to have a client-secret.json file that should be pointed by ENV Variable.
I am looking for the way that I can connect with Google Cloud Storage with given AccessKey and SecretKey only.
Thanks in Advance for any kind of lead or help